#374F58

Color #374F58 Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #374F58

Tints of Casal #374F58

Color information

#374F58 (or 0x374F58) is unknown color: approx Casal. HEX triplet: 37, 4F and 58. RGB value is (55,79,88). Sum of RGB (Red+Green+Blue) = 55+79+88=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #374F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F58 is #C8B0A7. Grayscale: #484848. Windows color (decimal): -13152424 or 5787447. OLE color: 5787447.

HSL color Cylindrical-coordinate representation of color #374F58: hue angle of 196.36º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #374F58 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB557988-
CMYK0.380.1000.65
HSL196.36º23.08%28.04%-
HSV(B)196.36º37.5%34.51%-
XYZ6.137.1110.28-
YUV72.85136.55115.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 79 (31.25% from 255) = 35.59%
BLUE value IS 88 (34.77% from 255) = 39.64%
R=24.77%
G=35.59%
B=39.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5579880.380.1000.65196.3623.0828.04
Hex374F5826A041c4171c
Octal67117130461201013042734
Binary11011110011111011000100110101001000001110001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #374F58;
 }
 .AnyTagClassName
 {
   color: #374F58;
 }
</style>
background-color css

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

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

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

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

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

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