#274566

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

Shades of Catalina Blue #274566

Tints of Catalina Blue #274566

Color information

#274566 (or 0x274566) is unknown color: approx Catalina Blue. HEX triplet: 27, 45 and 66. RGB value is (39,69,102). Sum of RGB (Red+Green+Blue) = 39+69+102=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #274566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274566 is #D8BA99. Grayscale: #3F3F3F. Windows color (decimal): -14203546 or 6702375. OLE color: 6702375.

HSL color Cylindrical-coordinate representation of color #274566: hue angle of 211.43º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #274566 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3969102-
CMYK0.620.3200.6
HSL211.43º44.68%27.65%-
HSV(B)211.43º61.76%40%-
XYZ5.365.6513.38-
YUV63.79149.56110.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.57%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 102 (40.23% from 255) = 48.57%
R=18.57%
G=32.86%
B=48.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39691020.620.3200.6211.4344.6827.65
Hex2745663E2003Cd32d1c
Octal4710514676400743235534
Binary1001111000101110011011111010000001111001101001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274566; }

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

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

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

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

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

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

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

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