#365461

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

Shades of Casal #365461

Tints of Casal #365461

Color information

#365461 (or 0x365461) is unknown color: approx Casal. HEX triplet: 36, 54 and 61. RGB value is (54,84,97). Sum of RGB (Red+Green+Blue) = 54+84+97=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #365461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365461 is #C9AB9E. Grayscale: #4C4C4C. Windows color (decimal): -13216671 or 6378550. OLE color: 6378550.

HSL color Cylindrical-coordinate representation of color #365461: hue angle of 198.14º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #365461 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB548497-
CMYK0.440.1300.62
HSL198.14º28.48%29.61%-
HSV(B)198.14º44.33%38.04%-
XYZ6.857.9912.49-
YUV76.51139.56111.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=22.98%
G=35.74%
B=41.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5484970.440.1300.62198.1428.4829.61
Hex3654612CD03Ec61c1e
Octal6612414154150763063436
Binary1101101010100110000110110011010111110110001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365461; }

 p { color: rgb(54,84,97); }

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

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

 a { background-color: rgb(54,84,97); }

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

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

 span { border-color: rgb(54,84,97); }

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