Html Css Color HEX #374F57 Casal

📋 copy color: '#374F57'

red 55 ◦ green 79 ◦ blue 87

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

Shades of Casal #374F57

Tints of Casal #374F57

RGB

 RED value IS 55 (21.88% from 255) = 24.89%

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

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

R = 24.89%
G = 35.75%
B = 39.37%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#374F57 (or 0x374F57) is known color: Casal. HEX triplet: 37, 4F and 57. RGB value is (55,79,87). Sum of RGB (Red+Green+Blue) = 55+79+87=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #374F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F57 is #C8B0A8. Grayscale: #484848. Windows color (decimal): -13152425 or 5721911. OLE color: 5721911.

HSL color Cylindrical-coordinate representation of color #374F57: hue angle of 195º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #374F57 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 79 87 -
CMYK 0.37 0.09 0 0.66
HSL 195º 0.23% 0.28% -
HSV(B) 195º 0.37% 0.34% -
XYZ 6.09 7.09 10.06 -
YUV 72.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 55 79 87 0.37 0.09 0 0.66 195 0.23 0.28
Hex 37 4F 57 25 9 0 42 C3 17 1C
Octal 67 117 127 45 11 0 102 303 27 34
Binary 110111 1001111 1010111 100101 1001 0 1000010 11000011 10111 11100

Color Harmonies of #374F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F57

Black with #374F57

Text Example


Text Example

White with #374F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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