#283F59

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

Shades of Catalina Blue #283F59

Tints of Catalina Blue #283F59

Color information

#283F59 (or 0x283F59) is unknown color: approx Catalina Blue. HEX triplet: 28, 3F and 59. RGB value is (40,63,89). Sum of RGB (Red+Green+Blue) = 40+63+89=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #283F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F59 is #D7C0A6. Grayscale: #3A3A3A. Windows color (decimal): -14139559 or 5848872. OLE color: 5848872.

HSL color Cylindrical-coordinate representation of color #283F59: hue angle of 211.84º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #283F59 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB406389-
CMYK0.550.2900.65
HSL211.84º37.98%25.29%-
HSV(B)211.84º55.06%34.9%-
XYZ4.464.7310.13-
YUV59.09144.88114.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.83%
GREEN value IS 63 (25% from 255) = 32.81%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=20.83%
G=32.81%
B=46.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4063890.550.2900.65211.8437.9825.29
Hex283F59371D041d42619
Octal5077131673501013244631
Binary101000111111101100111011111101010000011101010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283F59; }

 p { color: rgb(40,63,89); }

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

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

 a { background-color: rgb(40,63,89); }

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

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

 span { border-color: rgb(40,63,89); }

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