Html Css Color HEX #3A334F Cherry Pie

📋 copy color: '#3A334F'

red 58 ◦ green 51 ◦ blue 79

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

Shades of Cherry Pie #3A334F

Tints of Cherry Pie #3A334F

RGB

 RED value IS 58 (23.05% from 255) = 30.85%

 GREEN value IS 51 (20.31% from 255) = 27.13%

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

R = 30.85%
G = 27.13%
B = 42.02%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A334F (or 0x3A334F) is known color: Cherry Pie. HEX triplet: 3A, 33 and 4F. RGB value is (58,51,79). Sum of RGB (Red+Green+Blue) = 58+51+79=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A334F is #C5CCB0. Grayscale: #383838. Windows color (decimal): -12962993 or 5190458. OLE color: 5190458.

HSL color Cylindrical-coordinate representation of color #3A334F: hue angle of 255º 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 #3A334F is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 51 79 -
CMYK 0.27 0.35 0 0.69
HSL 255º 0.22% 0.25% -
HSV(B) 255º 0.35% 0.31% -
XYZ 4.34 3.83 7.91 -
YUV 56.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 58 51 79 0.27 0.35 0 0.69 255 0.22 0.25
Hex 3A 33 4F 1B 23 0 45 FF 16 19
Octal 72 63 117 33 43 0 105 377 26 31
Binary 111010 110011 1001111 11011 100011 0 1000101 11111111 10110 11001

Color Harmonies of #3A334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A334F

Black with #3A334F

Text Example


Text Example

White with #3A334F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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