#283A60

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

Shades of Catalina Blue #283A60

Tints of Catalina Blue #283A60

Color information

#283A60 (or 0x283A60) is unknown color: approx Catalina Blue. HEX triplet: 28, 3A and 60. RGB value is (40,58,96). Sum of RGB (Red+Green+Blue) = 40+58+96=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #283A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A60 is #D7C59F. Grayscale: #383838. Windows color (decimal): -14140832 or 6306344. OLE color: 6306344.

HSL color Cylindrical-coordinate representation of color #283A60: hue angle of 220.71º 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 #283A60 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB405896-
CMYK0.580.4000.62
HSL220.71º41.18%26.67%-
HSV(B)220.71º58.33%37.65%-
XYZ4.54.3211.66-
YUV56.95150.04115.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.62%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=20.62%
G=29.90%
B=49.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4058960.580.4000.62220.7141.1826.67
Hex283A603A2803Edd291b
Octal507214072500763355133
Binary101000111010110000011101010100001111101101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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