#283A63

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

Shades of Catalina Blue #283A63

Tints of Catalina Blue #283A63

Color information

#283A63 (or 0x283A63) is unknown color: approx Catalina Blue. HEX triplet: 28, 3A and 63. RGB value is (40,58,99). Sum of RGB (Red+Green+Blue) = 40+58+99=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #283A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A63 is #D7C59C. Grayscale: #393939. Windows color (decimal): -14140829 or 6502952. OLE color: 6502952.

HSL color Cylindrical-coordinate representation of color #283A63: hue angle of 221.69º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #283A63 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB405899-
CMYK0.600.4100.61
HSL221.69º42.45%27.25%-
HSV(B)221.69º59.6%38.82%-
XYZ4.644.3812.4-
YUV57.29151.54115.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 58 (23.05% from 255) = 29.44%
BLUE value IS 99 (39.06% from 255) = 50.25%
R=20.30%
G=29.44%
B=50.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4058990.600.4100.61221.6942.4527.25
Hex283A633C2903Dde2a1b
Octal507214374510753365233
Binary101000111010110001111110010100101111011101111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,58,99); }

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

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

 a { background-color: rgb(40,58,99); }

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

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

 span { border-color: rgb(40,58,99); }

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