#283F56

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

Shades of Catalina Blue #283F56

Tints of Catalina Blue #283F56

Color information

#283F56 (or 0x283F56) is unknown color: approx Catalina Blue. HEX triplet: 28, 3F and 56. RGB value is (40,63,86). Sum of RGB (Red+Green+Blue) = 40+63+86=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #283F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283F56 is #D7C0A9. Grayscale: #3A3A3A. Windows color (decimal): -14139562 or 5652264. OLE color: 5652264.

HSL color Cylindrical-coordinate representation of color #283F56: hue angle of 210º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #283F56 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB406386-
CMYK0.530.2700.66
HSL210º36.51%24.71%-
HSV(B)210º53.49%33.73%-
XYZ4.334.689.48-
YUV58.74143.38114.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 63 (25% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 45.50%
R=21.16%
G=33.33%
B=45.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4063860.530.2700.6621036.5124.71
Hex283F56351B042d22519
Octal5077126653301023224531
Binary101000111111101011011010111011010000101101001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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