#3B334F

Color #3B334F Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #3B334F

Tints of Cherry Pie #3B334F

Color information

#3B334F (or 0x3B334F) is unknown color: approx Cherry Pie. HEX triplet: 3B, 33 and 4F. RGB value is (59,51,79). Sum of RGB (Red+Green+Blue) = 59+51+79=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B334F is #C4CCB0. Grayscale: #383838. Windows color (decimal): -12897457 or 5190459. OLE color: 5190459.

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

Color convert

RGB595179-
CMYK0.250.3500.69
HSL257.14º21.54%25.49%-
HSV(B)257.14º35.44%30.98%-
XYZ4.43.867.91-
YUV56.58140.65129.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.22%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=31.22%
G=26.98%
B=41.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5951790.250.3500.69257.1421.5425.49
Hex3B334F19230451011619
Octal7363117314301054012631
Binary111011110011100111111001100011010001011000000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B334F;
 }
 .AnyTagClassName
 {
   color: #3B334F;
 }
</style>
background-color css

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

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

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

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

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

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