#283C53

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

Shades of Catalina Blue #283C53

Tints of Catalina Blue #283C53

Color information

#283C53 (or 0x283C53) is unknown color: approx Catalina Blue. HEX triplet: 28, 3C and 53. RGB value is (40,60,83). Sum of RGB (Red+Green+Blue) = 40+60+83=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #283C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C53 is #D7C3AC. Grayscale: #383838. Windows color (decimal): -14140333 or 5454888. OLE color: 5454888.

HSL color Cylindrical-coordinate representation of color #283C53: hue angle of 212.09º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #283C53 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB406083-
CMYK0.520.2800.67
HSL212.09º34.96%24.12%-
HSV(B)212.09º51.81%32.55%-
XYZ4.054.318.8-
YUV56.64142.87116.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 60 (23.83% from 255) = 32.79%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=21.86%
G=32.79%
B=45.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4060830.520.2800.67212.0934.9624.12
Hex283C53341C043d42318
Octal5074123643401033244330
Binary101000111100101001111010011100010000111101010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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