#283D53

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

Shades of Catalina Blue #283D53

Tints of Catalina Blue #283D53

Color information

#283D53 (or 0x283D53) is unknown color: approx Catalina Blue. HEX triplet: 28, 3D and 53. RGB value is (40,61,83). Sum of RGB (Red+Green+Blue) = 40+61+83=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #283D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D53 is #D7C2AC. Grayscale: #393939. Windows color (decimal): -14140077 or 5455144. OLE color: 5455144.

HSL color Cylindrical-coordinate representation of color #283D53: hue angle of 210.7º 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 #283D53 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB406183-
CMYK0.520.2700.67
HSL210.7º34.96%24.12%-
HSV(B)210.7º51.81%32.55%-
XYZ4.114.418.82-
YUV57.23142.54115.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.74%
GREEN value IS 61 (24.22% from 255) = 33.15%
BLUE value IS 83 (32.81% from 255) = 45.11%
R=21.74%
G=33.15%
B=45.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4061830.520.2700.67210.734.9624.12
Hex283D53341B043d32318
Octal5075123643301033234330
Binary101000111101101001111010011011010000111101001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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