#375459

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

Shades of Casal #375459

Tints of Casal #375459

Color information

#375459 (or 0x375459) is unknown color: approx Casal. HEX triplet: 37, 54 and 59. RGB value is (55,84,89). Sum of RGB (Red+Green+Blue) = 55+84+89=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #375459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375459 is #C8ABA6. Grayscale: #4B4B4B. Windows color (decimal): -13151143 or 5854263. OLE color: 5854263.

HSL color Cylindrical-coordinate representation of color #375459: hue angle of 188.82º degrees, saturation: 0.24, 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 #375459 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB558489-
CMYK0.380.0600.65
HSL188.82º23.61%28.24%-
HSV(B)188.82º38.2%34.9%-
XYZ6.557.8710.63-
YUV75.9135.39113.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 84 (33.20% from 255) = 36.84%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=24.12%
G=36.84%
B=39.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5584890.380.0600.65188.8223.6128.24
Hex375459266041bd181c
Octal6712413146601012753034
Binary1101111010100101100110011011001000001101111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375459; }

 p { color: rgb(55,84,89); }

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

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

 a { background-color: rgb(55,84,89); }

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

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

 span { border-color: rgb(55,84,89); }

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