#27405A

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

Shades of Catalina Blue #27405A

Tints of Catalina Blue #27405A

Color information

#27405A (or 0x27405A) is unknown color: approx Catalina Blue. HEX triplet: 27, 40 and 5A. RGB value is (39,64,90). Sum of RGB (Red+Green+Blue) = 39+64+90=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #27405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27405A is #D8BFA5. Grayscale: #3B3B3B. Windows color (decimal): -14204838 or 5914663. OLE color: 5914663.

HSL color Cylindrical-coordinate representation of color #27405A: hue angle of 210.59º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27405A is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB396490-
CMYK0.570.2900.65
HSL210.59º39.53%25.29%-
HSV(B)210.59º56.67%35.29%-
XYZ4.524.8410.37-
YUV59.49145.22113.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.21%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=20.21%
G=33.16%
B=46.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3964900.570.2900.65210.5939.5325.29
Hex27405A391D041d32819
Octal47100132713501013235031
Binary1001111000000101101011100111101010000011101001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27405A; }

 p { color: rgb(39,64,90); }

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

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

 a { background-color: rgb(39,64,90); }

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

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

 span { border-color: rgb(39,64,90); }

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