#27446A

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

Shades of Catalina Blue #27446A

Tints of Catalina Blue #27446A

Color information

#27446A (or 0x27446A) is unknown color: approx Catalina Blue. HEX triplet: 27, 44 and 6A. RGB value is (39,68,106). Sum of RGB (Red+Green+Blue) = 39+68+106=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #27446A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27446A is #D8BB95. Grayscale: #3F3F3F. Windows color (decimal): -14203798 or 6964263. OLE color: 6964263.

HSL color Cylindrical-coordinate representation of color #27446A: hue angle of 214.03º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #27446A is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3968106-
CMYK0.630.3600.58
HSL214.03º46.21%28.43%-
HSV(B)214.03º63.21%41.57%-
XYZ5.515.6114.43-
YUV63.66151.89110.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 106 (41.80% from 255) = 49.77%
R=18.31%
G=31.92%
B=49.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39681060.630.3600.58214.0346.2128.43
Hex27446A3F2403Ad62e1c
Octal4710415277440723265634
Binary1001111000100110101011111110010001110101101011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,68,106); }

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

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

 a { background-color: rgb(39,68,106); }

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

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

 span { border-color: rgb(39,68,106); }

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