#27355C

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

Shades of Catalina Blue #27355C

Tints of Catalina Blue #27355C

Color information

#27355C (or 0x27355C) is unknown color: approx Catalina Blue. HEX triplet: 27, 35 and 5C. RGB value is (39,53,92). Sum of RGB (Red+Green+Blue) = 39+53+92=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #27355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27355C is #D8CAA3. Grayscale: #353535. Windows color (decimal): -14207652 or 6042919. OLE color: 6042919.

HSL color Cylindrical-coordinate representation of color #27355C: hue angle of 224.15º degrees, saturation: 0.4, 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 #27355C is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB395392-
CMYK0.580.4200.64
HSL224.15º40.46%25.69%-
HSV(B)224.15º57.61%36.08%-
XYZ4.043.7510.64-
YUV53.26149.86117.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.20%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 92 (36.33% from 255) = 50%
R=21.20%
G=28.80%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3953920.580.4200.64224.1540.4625.69
Hex27355C3A2A040e0281a
Octal4765134725201003405032
Binary1001111101011011100111010101010010000001110000010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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