#27416D

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

Shades of Catalina Blue #27416D

Tints of Catalina Blue #27416D

Color information

#27416D (or 0x27416D) is unknown color: approx Catalina Blue. HEX triplet: 27, 41 and 6D. RGB value is (39,65,109). Sum of RGB (Red+Green+Blue) = 39+65+109=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #27416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27416D is #D8BE92. Grayscale: #3E3E3E. Windows color (decimal): -14204563 or 7160103. OLE color: 7160103.

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

Color convert

RGB3965109-
CMYK0.640.4000.57
HSL217.71º47.3%29.02%-
HSV(B)217.71º64.22%42.75%-
XYZ5.495.3215.2-
YUV62.24154.39111.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=18.31%
G=30.52%
B=51.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39651090.640.4000.57217.7147.329.02
Hex27416D4028039da2f1d
Octal47101155100500713325735
Binary10011110000011101101100000010100001110011101101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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