#284463

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

Shades of Catalina Blue #284463

Tints of Catalina Blue #284463

Color information

#284463 (or 0x284463) is unknown color: approx Catalina Blue. HEX triplet: 28, 44 and 63. RGB value is (40,68,99). Sum of RGB (Red+Green+Blue) = 40+68+99=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #284463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284463 is #D7BB9C. Grayscale: #3F3F3F. Windows color (decimal): -14138269 or 6505512. OLE color: 6505512.

HSL color Cylindrical-coordinate representation of color #284463: hue angle of 211.53º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #284463 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB406899-
CMYK0.600.3100.61
HSL211.53º42.45%27.25%-
HSV(B)211.53º59.6%38.82%-
XYZ5.195.4912.59-
YUV63.16148.22111.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.32%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 99 (39.06% from 255) = 47.83%
R=19.32%
G=32.85%
B=47.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4068990.600.3100.61211.5342.4527.25
Hex2844633C1F03Dd42a1b
Octal5010414374370753245233
Binary101000100010011000111111001111101111011101010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284463; }

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

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

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

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

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

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

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

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