#284366

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

Shades of Catalina Blue #284366

Tints of Catalina Blue #284366

Color information

#284366 (or 0x284366) is unknown color: approx Catalina Blue. HEX triplet: 28, 43 and 66. RGB value is (40,67,102). Sum of RGB (Red+Green+Blue) = 40+67+102=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 67 (26.56% from 255 or 32.06% 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 #284366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284366 is #D7BC99. Grayscale: #3E3E3E. Windows color (decimal): -14138522 or 6701864. OLE color: 6701864.

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

Color convert

RGB4067102-
CMYK0.610.3400.6
HSL213.87º43.66%27.84%-
HSV(B)213.87º60.78%40%-
XYZ5.285.4213.34-
YUV62.92150.05111.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.14%
GREEN value IS 67 (26.56% from 255) = 32.06%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=19.14%
G=32.06%
B=48.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40671020.610.3400.6213.8743.6627.84
Hex2843663D2203Cd62c1c
Octal5010314675420743265434
Binary1010001000011110011011110110001001111001101011010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284366; }

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

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

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

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

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

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

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

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