#283C5C

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

Shades of Catalina Blue #283C5C

Tints of Catalina Blue #283C5C

Color information

#283C5C (or 0x283C5C) is unknown color: approx Catalina Blue. HEX triplet: 28, 3C and 5C. RGB value is (40,60,92). Sum of RGB (Red+Green+Blue) = 40+60+92=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #283C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C5C is #D7C3A3. Grayscale: #393939. Windows color (decimal): -14140324 or 6044712. OLE color: 6044712.

HSL color Cylindrical-coordinate representation of color #283C5C: hue angle of 216.92º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #283C5C is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB406092-
CMYK0.570.3500.64
HSL216.92º39.39%25.88%-
HSV(B)216.92º56.52%36.08%-
XYZ4.424.4610.75-
YUV57.67147.37115.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.83%
GREEN value IS 60 (23.83% from 255) = 31.25%
BLUE value IS 92 (36.33% from 255) = 47.92%
R=20.83%
G=31.25%
B=47.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4060920.570.3500.64216.9239.3925.88
Hex283C5C3923040d9271a
Octal5074134714301003314732
Binary1010001111001011100111001100011010000001101100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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