Html Css Color HEX #3B304F Cherry Pie

📋 copy color: '#3B304F'

red 59 ◦ green 48 ◦ blue 79

#3B304F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherry Pie #3B304F

Tints of Cherry Pie #3B304F

RGB

 RED value IS 59 (23.44% from 255) = 31.72%

 GREEN value IS 48 (19.14% from 255) = 25.81%

 BLUE value IS 79 (31.25% from 255) = 42.47%

R = 31.72%
G = 25.81%
B = 42.47%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3B304F (or 0x3B304F) is known color: Cherry Pie. HEX triplet: 3B, 30 and 4F. RGB value is (59,48,79). Sum of RGB (Red+Green+Blue) = 59+48+79=186 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.72% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B304F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B304F is #C4CFB0. Grayscale: #363636. Windows color (decimal): -12898225 or 5189691. OLE color: 5189691.

HSL color Cylindrical-coordinate representation of color #3B304F: hue angle of 261.29º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B304F is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 48 79 -
CMYK 0.25 0.39 0 0.69
HSL 261.29º 0.24% 0.25% -
HSV(B) 261.29º 0.39% 0.31% -
XYZ 4.27 3.61 7.87 -
YUV 54.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 59 48 79 0.25 0.39 0 0.69 261.29 0.24 0.25
Hex 3B 30 4F 19 27 0 45 105 18 19
Octal 73 60 117 31 47 0 105 405 30 31
Binary 111011 110000 1001111 11001 100111 0 1000101 100000101 11000 11001

Color Harmonies of #3B304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B304F

Black with #3B304F

Text Example


Text Example

White with #3B304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B304F; }

 p { color: rgb(59,48,79); }

 H1.HeaderClassName
 {
   color: #3B304F;
 }
 .AnyTagClassName
 {
   color: #3B304F;
 }
</style>

background-color css

<style>
 a { background-color: #3B304F; }

 a { background-color: rgb(59,48,79); }

 div.DivClassName
 {
   background-color: #3B304F;
 }
 .BgClassName
 {
   background-color: #3B304F;
 }
</style>

border-color css

<style>
 span { border-color: #3B304F; }

 span { border-color: rgb(59,48,79); }

 td.TdClassName
 {
   border-color: #3B304F;
 }
 .TagClassName
 {
   border-color: #3B304F;
 }
</style>