#283960

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

Shades of Catalina Blue #283960

Tints of Catalina Blue #283960

Color information

#283960 (or 0x283960) is unknown color: approx Catalina Blue. HEX triplet: 28, 39 and 60. RGB value is (40,57,96). Sum of RGB (Red+Green+Blue) = 40+57+96=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #283960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283960 is #D7C69F. Grayscale: #383838. Windows color (decimal): -14141088 or 6306088. OLE color: 6306088.

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

Color convert

RGB405796-
CMYK0.580.4100.62
HSL221.79º41.18%26.67%-
HSV(B)221.79º58.33%37.65%-
XYZ4.454.2211.65-
YUV56.36150.37116.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=20.73%
G=29.53%
B=49.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4057960.580.4100.62221.7941.1826.67
Hex2839603A2903Ede291b
Octal507114072510763365133
Binary101000111001110000011101010100101111101101111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283960; }

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

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

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

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

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

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

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

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