#375359

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

Shades of Casal #375359

Tints of Casal #375359

Color information

#375359 (or 0x375359) is unknown color: approx Casal. HEX triplet: 37, 53 and 59. RGB value is (55,83,89). Sum of RGB (Red+Green+Blue) = 55+83+89=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #375359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375359 is #C8ACA6. Grayscale: #4B4B4B. Windows color (decimal): -13151399 or 5854007. OLE color: 5854007.

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

Color convert

RGB558389-
CMYK0.380.0700.65
HSL190.59º23.61%28.24%-
HSV(B)190.59º38.2%34.9%-
XYZ6.477.7210.6-
YUV75.31135.72113.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=24.23%
G=36.56%
B=39.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5583890.380.0700.65190.5923.6128.24
Hex375359267041bf181c
Octal6712313146701012773034
Binary1101111010011101100110011011101000001101111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375359; }

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

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

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

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

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

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

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

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