#27365D

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

Shades of Catalina Blue #27365D

Tints of Catalina Blue #27365D

Color information

#27365D (or 0x27365D) is unknown color: approx Catalina Blue. HEX triplet: 27, 36 and 5D. RGB value is (39,54,93). Sum of RGB (Red+Green+Blue) = 39+54+93=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #27365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27365D is #D8C9A2. Grayscale: #353535. Windows color (decimal): -14207395 or 6108711. OLE color: 6108711.

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

Color convert

RGB395493-
CMYK0.580.4200.64
HSL223.33º40.91%25.88%-
HSV(B)223.33º58.06%36.47%-
XYZ4.133.8610.88-
YUV53.96150.03117.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.97%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 93 (36.72% from 255) = 50%
R=20.97%
G=29.03%
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
Decimal3954930.580.4200.64223.3340.9125.88
Hex27365D3A2A040df291a
Octal4766135725201003375132
Binary1001111101101011101111010101010010000001101111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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