Html Css Color HEX #334F56 Casal

📋 copy color: '#334F56'

red 51 ◦ green 79 ◦ blue 86

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

Shades of Casal #334F56

Tints of Casal #334F56

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.57%

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

R = 23.61%
G = 36.57%
B = 39.81%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#334F56 (or 0x334F56) is known color: Casal. HEX triplet: 33, 4F and 56. RGB value is (51,79,86). Sum of RGB (Red+Green+Blue) = 51+79+86=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 86 - color contains mainly: blue. Hex color #334F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F56 is #CCB0A9. Grayscale: #474747. Windows color (decimal): -13414570 or 5656371. OLE color: 5656371.

HSL color Cylindrical-coordinate representation of color #334F56: hue angle of 192º 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 #334F56 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 79 86 -
CMYK 0.41 0.08 0 0.66
HSL 192º 0.26% 0.27% -
HSV(B) 192º 0.41% 0.34% -
XYZ 5.84 6.97 9.84 -
YUV 71.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 51 79 86 0.41 0.08 0 0.66 192 0.26 0.27
Hex 33 4F 56 29 8 0 42 C0 1A 1B
Octal 63 117 126 51 10 0 102 300 32 33
Binary 110011 1001111 1010110 101001 1000 0 1000010 11000000 11010 11011

Color Harmonies of #334F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F56

Black with #334F56

Text Example


Text Example

White with #334F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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