#27456D

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

Shades of Catalina Blue #27456D

Tints of Catalina Blue #27456D

Color information

#27456D (or 0x27456D) is unknown color: approx Catalina Blue. HEX triplet: 27, 45 and 6D. RGB value is (39,69,109). Sum of RGB (Red+Green+Blue) = 39+69+109=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #27456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27456D is #D8BA92. Grayscale: #404040. Windows color (decimal): -14203539 or 7161127. OLE color: 7161127.

HSL color Cylindrical-coordinate representation of color #27456D: hue angle of 214.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27456D is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3969109-
CMYK0.640.3700.57
HSL214.29º47.3%29.02%-
HSV(B)214.29º64.22%42.75%-
XYZ5.735.7915.28-
YUV64.59153.06109.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.97%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 109 (42.97% from 255) = 50.23%
R=17.97%
G=31.80%
B=50.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39691090.640.3700.57214.2947.329.02
Hex27456D4025039d62f1d
Octal47105155100450713265735
Binary10011110001011101101100000010010101110011101011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,69,109); }

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

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

 a { background-color: rgb(39,69,109); }

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

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

 span { border-color: rgb(39,69,109); }

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