Html Css Color HEX #374F55 Casal

📋 copy color: '#374F55'

red 55 ◦ green 79 ◦ blue 85

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

Shades of Casal #374F55

Tints of Casal #374F55

RGB

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

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

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

R = 25.11%
G = 36.07%
B = 38.81%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#374F55 (or 0x374F55) is known color: Casal. HEX triplet: 37, 4F and 55. RGB value is (55,79,85). Sum of RGB (Red+Green+Blue) = 55+79+85=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 85 - color contains mainly: blue. Hex color #374F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F55 is #C8B0AA. Grayscale: #484848. Windows color (decimal): -13152427 or 5590839. OLE color: 5590839.

HSL color Cylindrical-coordinate representation of color #374F55: hue angle of 192º 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 #374F55 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 79 85 -
CMYK 0.35 0.07 0 0.67
HSL 192º 0.21% 0.27% -
HSV(B) 192º 0.35% 0.33% -
XYZ 6.01 7.06 9.64 -
YUV 72.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 55 79 85 0.35 0.07 0 0.67 192 0.21 0.27
Hex 37 4F 55 23 7 0 43 C0 15 1B
Octal 67 117 125 43 7 0 103 300 25 33
Binary 110111 1001111 1010101 100011 111 0 1000011 11000000 10101 11011

Color Harmonies of #374F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F55

Black with #374F55

Text Example


Text Example

White with #374F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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