#274466

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

Shades of Catalina Blue #274466

Tints of Catalina Blue #274466

Color information

#274466 (or 0x274466) is unknown color: approx Catalina Blue. HEX triplet: 27, 44 and 66. RGB value is (39,68,102). Sum of RGB (Red+Green+Blue) = 39+68+102=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #274466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274466 is #D8BB99. Grayscale: #3F3F3F. Windows color (decimal): -14203802 or 6702119. OLE color: 6702119.

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

Color convert

RGB3968102-
CMYK0.620.3300.6
HSL212.38º44.68%27.65%-
HSV(B)212.38º61.76%40%-
XYZ5.35.5213.36-
YUV63.2149.89110.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.66%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=18.66%
G=32.54%
B=48.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39681020.620.3300.6212.3844.6827.65
Hex2744663E2103Cd42d1c
Octal4710414676410743245534
Binary1001111000100110011011111010000101111001101010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274466; }

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

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

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

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

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

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

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

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