Html Css Color HEX #334F57 Casal

📋 copy color: '#334F57'

red 51 ◦ green 79 ◦ blue 87

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

Shades of Casal #334F57

Tints of Casal #334F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 40.09%

R = 23.5%
G = 36.41%
B = 40.09%

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

#334F57 (or 0x334F57) is known color: Casal. HEX triplet: 33, 4F and 57. RGB value is (51,79,87). Sum of RGB (Red+Green+Blue) = 51+79+87=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #334F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F57 is #CCB0A8. Grayscale: #474747. Windows color (decimal): -13414569 or 5721907. OLE color: 5721907.

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

Color convert

RGB 51 79 87 -
CMYK 0.41 0.09 0 0.66
HSL 193.33º 0.26% 0.27% -
HSV(B) 193.33º 0.41% 0.34% -
XYZ 5.88 6.98 10.05 -
YUV 71.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 51 79 87 0.41 0.09 0 0.66 193.33 0.26 0.27
Hex 33 4F 57 29 9 0 42 C1 1A 1B
Octal 63 117 127 51 11 0 102 301 32 33
Binary 110011 1001111 1010111 101001 1001 0 1000010 11000001 11010 11011

Color Harmonies of #334F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F57

Black with #334F57

Text Example


Text Example

White with #334F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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