#283D5C

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

Shades of Catalina Blue #283D5C

Tints of Catalina Blue #283D5C

Color information

#283D5C (or 0x283D5C) is unknown color: approx Catalina Blue. HEX triplet: 28, 3D and 5C. RGB value is (40,61,92). Sum of RGB (Red+Green+Blue) = 40+61+92=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #283D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D5C is #D7C2A3. Grayscale: #3A3A3A. Windows color (decimal): -14140068 or 6044968. OLE color: 6044968.

HSL color Cylindrical-coordinate representation of color #283D5C: hue angle of 215.77º 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 #283D5C is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB406192-
CMYK0.570.3400.64
HSL215.77º39.39%25.88%-
HSV(B)215.77º56.52%36.08%-
XYZ4.484.5610.77-
YUV58.26147.04114.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 61 (24.22% from 255) = 31.61%
BLUE value IS 92 (36.33% from 255) = 47.67%
R=20.73%
G=31.61%
B=47.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4061920.570.3400.64215.7739.3925.88
Hex283D5C3922040d8271a
Octal5075134714201003304732
Binary1010001111011011100111001100010010000001101100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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