Html Css Color HEX #374E55 Casal

📋 copy color: '#374E55'

red 55 ◦ green 78 ◦ blue 85

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

Shades of Casal #374E55

Tints of Casal #374E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.99%

R = 25.23%
G = 35.78%
B = 38.99%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#374E55 (or 0x374E55) is known color: Casal. HEX triplet: 37, 4E and 55. RGB value is (55,78,85). Sum of RGB (Red+Green+Blue) = 55+78+85=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 85 - color contains mainly: blue. Hex color #374E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E55 is #C8B1AA. Grayscale: #474747. Windows color (decimal): -13152683 or 5590583. OLE color: 5590583.

HSL color Cylindrical-coordinate representation of color #374E55: hue angle of 194º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #374E55 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 78 85 -
CMYK 0.35 0.08 0 0.67
HSL 194º 0.21% 0.27% -
HSV(B) 194º 0.35% 0.33% -
XYZ 5.94 6.92 9.62 -
YUV 71.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 55 78 85 0.35 0.08 0 0.67 194 0.21 0.27
Hex 37 4E 55 23 8 0 43 C2 15 1B
Octal 67 116 125 43 10 0 103 302 25 33
Binary 110111 1001110 1010101 100011 1000 0 1000011 11000010 10101 11011

Color Harmonies of #374E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374E55

Black with #374E55

Text Example


Text Example

White with #374E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,78,85); }

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

background-color css

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

 a { background-color: rgb(55,78,85); }

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

border-color css

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

 span { border-color: rgb(55,78,85); }

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