#283D60

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

Shades of Catalina Blue #283D60

Tints of Catalina Blue #283D60

Color information

#283D60 (or 0x283D60) is unknown color: approx Catalina Blue. HEX triplet: 28, 3D and 60. RGB value is (40,61,96). Sum of RGB (Red+Green+Blue) = 40+61+96=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #283D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D60 is #D7C29F. Grayscale: #3A3A3A. Windows color (decimal): -14140064 or 6307112. OLE color: 6307112.

HSL color Cylindrical-coordinate representation of color #283D60: hue angle of 217.5º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #283D60 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB406196-
CMYK0.580.3600.62
HSL217.5º41.18%26.67%-
HSV(B)217.5º58.33%37.65%-
XYZ4.664.6311.72-
YUV58.71149.04114.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 96 (37.89% from 255) = 48.73%
R=20.30%
G=30.96%
B=48.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4061960.580.3600.62217.541.1826.67
Hex283D603A2403Eda291b
Octal507514072440763325133
Binary101000111101110000011101010010001111101101101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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