#27456F

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

Shades of Catalina Blue #27456F

Tints of Catalina Blue #27456F

Color information

#27456F (or 0x27456F) is unknown color: approx Catalina Blue. HEX triplet: 27, 45 and 6F. RGB value is (39,69,111). Sum of RGB (Red+Green+Blue) = 39+69+111=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #27456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27456F is #D8BA90. Grayscale: #404040. Windows color (decimal): -14203537 or 7292199. OLE color: 7292199.

HSL color Cylindrical-coordinate representation of color #27456F: hue angle of 215º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27456F is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3969111-
CMYK0.650.3800.56
HSL215º48%29.41%-
HSV(B)215º64.86%43.53%-
XYZ5.835.8415.86-
YUV64.82154.06109.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.81%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 111 (43.75% from 255) = 50.68%
R=17.81%
G=31.51%
B=50.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39691110.650.3800.562154829.41
Hex27456F4126038d7301d
Octal47105157101460703276035
Binary10011110001011101111100000110011001110001101011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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