#27446D

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

Shades of Catalina Blue #27446D

Tints of Catalina Blue #27446D

Color information

#27446D (or 0x27446D) is unknown color: approx Catalina Blue. HEX triplet: 27, 44 and 6D. RGB value is (39,68,109). Sum of RGB (Red+Green+Blue) = 39+68+109=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #27446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27446D is #D8BB92. Grayscale: #3F3F3F. Windows color (decimal): -14203795 or 7160871. OLE color: 7160871.

HSL color Cylindrical-coordinate representation of color #27446D: hue angle of 215.14º 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 #27446D is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3968109-
CMYK0.640.3800.57
HSL215.14º47.3%29.02%-
HSV(B)215.14º64.22%42.75%-
XYZ5.665.6715.26-
YUV64153.39110.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.06%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 109 (42.97% from 255) = 50.46%
R=18.06%
G=31.48%
B=50.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39681090.640.3800.57215.1447.329.02
Hex27446D4026039d72f1d
Octal47104155100460713275735
Binary10011110001001101101100000010011001110011101011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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