#27355D

Color #27355D Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #27355D

Tints of Catalina Blue #27355D

Color information

#27355D (or 0x27355D) is unknown color: approx Catalina Blue. HEX triplet: 27, 35 and 5D. RGB value is (39,53,93). Sum of RGB (Red+Green+Blue) = 39+53+93=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #27355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27355D is #D8CAA2. Grayscale: #353535. Windows color (decimal): -14207651 or 6108455. OLE color: 6108455.

HSL color Cylindrical-coordinate representation of color #27355D: hue angle of 224.44º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #27355D is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB395393-
CMYK0.580.4300.64
HSL224.44º40.91%25.88%-
HSV(B)224.44º58.06%36.47%-
XYZ4.093.7710.87-
YUV53.37150.36117.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 93 (36.72% from 255) = 50.27%
R=21.08%
G=28.65%
B=50.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3953930.580.4300.64224.4440.9125.88
Hex27355D3A2B040e0291a
Octal4765135725301003405132
Binary1001111101011011101111010101011010000001110000010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27355D; }

 p { color: rgb(39,53,93); }

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

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

 a { background-color: rgb(39,53,93); }

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

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

 span { border-color: rgb(39,53,93); }

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