Html Css Color HEX #3B334F Cherry Pie

📋 copy color: '#3B334F'

red 59 ◦ green 51 ◦ blue 79

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

Shades of Cherry Pie #3B334F

Tints of Cherry Pie #3B334F

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.8%

R = 31.22%
G = 26.98%
B = 41.8%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B334F (or 0x3B334F) is known color: 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

RGB 59 51 79 -
CMYK 0.25 0.35 0 0.69
HSL 257.14º 0.22% 0.25% -
HSV(B) 257.14º 0.35% 0.31% -
XYZ 4.4 3.86 7.91 -
YUV 56.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 59 51 79 0.25 0.35 0 0.69 257.14 0.22 0.25
Hex 3B 33 4F 19 23 0 45 101 16 19
Octal 73 63 117 31 43 0 105 401 26 31
Binary 111011 110011 1001111 11001 100011 0 1000101 100000001 10110 11001

Color Harmonies of #3B334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B334F

Black with #3B334F

Text Example


Text Example

White with #3B334F

Text Example


Text Example

HTML Codes & Css Web 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>