Html Css Color HEX #3A334E Cherry Pie

📋 copy color: '#3A334E'

red 58 ◦ green 51 ◦ blue 78

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

Shades of Cherry Pie #3A334E

Tints of Cherry Pie #3A334E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 41.71%

R = 31.02%
G = 27.27%
B = 41.71%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A334E (or 0x3A334E) is known color: Cherry Pie. HEX triplet: 3A, 33 and 4E. RGB value is (58,51,78). Sum of RGB (Red+Green+Blue) = 58+51+78=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A334E is #C5CCB1. Grayscale: #383838. Windows color (decimal): -12962994 or 5124922. OLE color: 5124922.

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

Color convert

RGB 58 51 78 -
CMYK 0.26 0.35 0 0.69
HSL 255.56º 0.21% 0.25% -
HSV(B) 255.56º 0.35% 0.31% -
XYZ 4.3 3.82 7.72 -
YUV 56.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 58 51 78 0.26 0.35 0 0.69 255.56 0.21 0.25
Hex 3A 33 4E 1A 23 0 45 100 15 19
Octal 72 63 116 32 43 0 105 400 25 31
Binary 111010 110011 1001110 11010 100011 0 1000101 100000000 10101 11001

Color Harmonies of #3A334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A334E

Black with #3A334E

Text Example


Text Example

White with #3A334E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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