#284466

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

Shades of Catalina Blue #284466

Tints of Catalina Blue #284466

Color information

#284466 (or 0x284466) is unknown color: approx Catalina Blue. HEX triplet: 28, 44 and 66. RGB value is (40,68,102). Sum of RGB (Red+Green+Blue) = 40+68+102=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 68 (26.95% from 255 or 32.38% 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 #284466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284466 is #D7BB99. Grayscale: #3F3F3F. Windows color (decimal): -14138266 or 6702120. OLE color: 6702120.

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

Color convert

RGB4068102-
CMYK0.610.3300.6
HSL212.9º43.66%27.84%-
HSV(B)212.9º60.78%40%-
XYZ5.345.5413.36-
YUV63.5149.72111.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.05%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 102 (40.23% from 255) = 48.57%
R=19.05%
G=32.38%
B=48.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40681020.610.3300.6212.943.6627.84
Hex2844663D2103Cd52c1c
Octal5010414675410743255434
Binary1010001000100110011011110110000101111001101010110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284466; }

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

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

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

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

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

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

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

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