#274066

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

Shades of Catalina Blue #274066

Tints of Catalina Blue #274066

Color information

#274066 (or 0x274066) is unknown color: approx Catalina Blue. HEX triplet: 27, 40 and 66. RGB value is (39,64,102). Sum of RGB (Red+Green+Blue) = 39+64+102=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #274066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274066 is #D8BF99. Grayscale: #3C3C3C. Windows color (decimal): -14204826 or 6701095. OLE color: 6701095.

HSL color Cylindrical-coordinate representation of color #274066: hue angle of 216.19º 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 #274066 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3964102-
CMYK0.620.3700.6
HSL216.19º44.68%27.65%-
HSV(B)216.19º61.76%40%-
XYZ5.075.0613.28-
YUV60.86151.22112.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.02%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 102 (40.23% from 255) = 49.76%
R=19.02%
G=31.22%
B=49.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39641020.620.3700.6216.1944.6827.65
Hex2740663E2503Cd82d1c
Octal4710014676450743305534
Binary1001111000000110011011111010010101111001101100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274066; }

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

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

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

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

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

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

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

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