Html Css Color HEX #334E56 Casal

📋 copy color: '#334E56'

red 51 ◦ green 78 ◦ blue 86

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

Shades of Casal #334E56

Tints of Casal #334E56

RGB

 RED value IS 51 (20.31% from 255) = 23.72%

 GREEN value IS 78 (30.86% from 255) = 36.28%

 BLUE value IS 86 (33.98% from 255) = 40%

R = 23.72%
G = 36.28%
B = 40%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#334E56 (or 0x334E56) is known color: Casal. HEX triplet: 33, 4E and 56. RGB value is (51,78,86). Sum of RGB (Red+Green+Blue) = 51+78+86=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #334E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E56 is #CCB1A9. Grayscale: #464646. Windows color (decimal): -13414826 or 5656115. OLE color: 5656115.

HSL color Cylindrical-coordinate representation of color #334E56: hue angle of 193.71º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #334E56 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 78 86 -
CMYK 0.41 0.09 0 0.66
HSL 193.71º 0.26% 0.27% -
HSV(B) 193.71º 0.41% 0.34% -
XYZ 5.77 6.82 9.82 -
YUV 70.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 51 78 86 0.41 0.09 0 0.66 193.71 0.26 0.27
Hex 33 4E 56 29 9 0 42 C2 1A 1B
Octal 63 116 126 51 11 0 102 302 32 33
Binary 110011 1001110 1010110 101001 1001 0 1000010 11000010 11010 11011

Color Harmonies of #334E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334E56

Black with #334E56

Text Example


Text Example

White with #334E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334E56; }

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

 H1.HeaderClassName
 {
   color: #334E56;
 }
 .AnyTagClassName
 {
   color: #334E56;
 }
</style>

background-color css

<style>
 a { background-color: #334E56; }

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

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

border-color css

<style>
 span { border-color: #334E56; }

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

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