#283C60

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

Shades of Catalina Blue #283C60

Tints of Catalina Blue #283C60

Color information

#283C60 (or 0x283C60) is unknown color: approx Catalina Blue. HEX triplet: 28, 3C and 60. RGB value is (40,60,96). Sum of RGB (Red+Green+Blue) = 40+60+96=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #283C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C60 is #D7C39F. Grayscale: #393939. Windows color (decimal): -14140320 or 6306856. OLE color: 6306856.

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

Color convert

RGB406096-
CMYK0.580.3800.62
HSL218.57º41.18%26.67%-
HSV(B)218.57º58.33%37.65%-
XYZ4.64.5311.7-
YUV58.12149.37115.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 60 (23.83% from 255) = 30.61%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=20.41%
G=30.61%
B=48.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4060960.580.3800.62218.5741.1826.67
Hex283C603A2603Edb291b
Octal507414072460763335133
Binary101000111100110000011101010011001111101101101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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