#283C5E

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

Shades of Catalina Blue #283C5E

Tints of Catalina Blue #283C5E

Color information

#283C5E (or 0x283C5E) is unknown color: approx Catalina Blue. HEX triplet: 28, 3C and 5E. RGB value is (40,60,94). Sum of RGB (Red+Green+Blue) = 40+60+94=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #283C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C5E is #D7C3A1. Grayscale: #393939. Windows color (decimal): -14140322 or 6175784. OLE color: 6175784.

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

Color convert

RGB406094-
CMYK0.570.3600.63
HSL217.78º40.3%26.27%-
HSV(B)217.78º57.45%36.86%-
XYZ4.514.4911.22-
YUV57.9148.37115.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.62%
GREEN value IS 60 (23.83% from 255) = 30.93%
BLUE value IS 94 (37.11% from 255) = 48.45%
R=20.62%
G=30.93%
B=48.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4060940.570.3600.63217.7840.326.27
Hex283C5E392403Fda281a
Octal507413671440773325032
Binary101000111100101111011100110010001111111101101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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