#365258

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

Shades of Casal #365258

Tints of Casal #365258

Color information

#365258 (or 0x365258) is unknown color: approx Casal. HEX triplet: 36, 52 and 58. RGB value is (54,82,88). Sum of RGB (Red+Green+Blue) = 54+82+88=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #365258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365258 is #C9ADA7. Grayscale: #4A4A4A. Windows color (decimal): -13217192 or 5788214. OLE color: 5788214.

HSL color Cylindrical-coordinate representation of color #365258: 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.39%. Process color model (Four color, CMYK) of #365258 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB548288-
CMYK0.390.0700.65
HSL190.59º23.94%27.84%-
HSV(B)190.59º38.64%34.51%-
XYZ6.37.5210.35-
YUV74.31135.72113.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=24.11%
G=36.61%
B=39.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5482880.390.0700.65190.5923.9427.84
Hex365258277041bf181c
Octal6612213047701012773034
Binary1101101010010101100010011111101000001101111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365258; }

 p { color: rgb(54,82,88); }

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

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

 a { background-color: rgb(54,82,88); }

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

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

 span { border-color: rgb(54,82,88); }

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