#283D56

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

Shades of Catalina Blue #283D56

Tints of Catalina Blue #283D56

Color information

#283D56 (or 0x283D56) is unknown color: approx Catalina Blue. HEX triplet: 28, 3D and 56. RGB value is (40,61,86). Sum of RGB (Red+Green+Blue) = 40+61+86=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #283D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D56 is #D7C2A9. Grayscale: #393939. Windows color (decimal): -14140074 or 5651752. OLE color: 5651752.

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

Color convert

RGB406186-
CMYK0.530.2900.66
HSL212.61º36.51%24.71%-
HSV(B)212.61º53.49%33.73%-
XYZ4.224.469.44-
YUV57.57144.04115.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.39%
GREEN value IS 61 (24.22% from 255) = 32.62%
BLUE value IS 86 (33.98% from 255) = 45.99%
R=21.39%
G=32.62%
B=45.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4061860.530.2900.66212.6136.5124.71
Hex283D56351D042d52519
Octal5075126653501023254531
Binary101000111101101011011010111101010000101101010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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