#283E56

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

Shades of Catalina Blue #283E56

Tints of Catalina Blue #283E56

Color information

#283E56 (or 0x283E56) is unknown color: approx Catalina Blue. HEX triplet: 28, 3E and 56. RGB value is (40,62,86). Sum of RGB (Red+Green+Blue) = 40+62+86=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #283E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E56 is #D7C1A9. Grayscale: #3A3A3A. Windows color (decimal): -14139818 or 5652008. OLE color: 5652008.

HSL color Cylindrical-coordinate representation of color #283E56: hue angle of 211.3º 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 #283E56 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB406286-
CMYK0.530.2800.66
HSL211.3º36.51%24.71%-
HSV(B)211.3º53.49%33.73%-
XYZ4.284.579.46-
YUV58.16143.71115.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 86 (33.98% from 255) = 45.74%
R=21.28%
G=32.98%
B=45.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4062860.530.2800.66211.336.5124.71
Hex283E56351C042d32519
Octal5076126653401023234531
Binary101000111110101011011010111100010000101101001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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