#27446B

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

Shades of Catalina Blue #27446B

Tints of Catalina Blue #27446B

Color information

#27446B (or 0x27446B) is unknown color: approx Catalina Blue. HEX triplet: 27, 44 and 6B. RGB value is (39,68,107). Sum of RGB (Red+Green+Blue) = 39+68+107=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #27446B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27446B is #D8BB94. Grayscale: #3F3F3F. Windows color (decimal): -14203797 or 7029799. OLE color: 7029799.

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

Color convert

RGB3968107-
CMYK0.640.3600.58
HSL214.41º46.58%28.63%-
HSV(B)214.41º63.55%41.96%-
XYZ5.565.6314.7-
YUV63.78152.39110.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.22%
GREEN value IS 68 (26.95% from 255) = 31.78%
BLUE value IS 107 (42.19% from 255) = 50%
R=18.22%
G=31.78%
B=50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39681070.640.3600.58214.4146.5828.63
Hex27446B402403Ad62f1d
Octal47104153100440723265735
Binary10011110001001101011100000010010001110101101011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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