#283C62

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

Shades of Catalina Blue #283C62

Tints of Catalina Blue #283C62

Color information

#283C62 (or 0x283C62) is unknown color: approx Catalina Blue. HEX triplet: 28, 3C and 62. RGB value is (40,60,98). Sum of RGB (Red+Green+Blue) = 40+60+98=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #283C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C62 is #D7C39D. Grayscale: #3A3A3A. Windows color (decimal): -14140318 or 6437928. OLE color: 6437928.

HSL color Cylindrical-coordinate representation of color #283C62: hue angle of 219.31º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #283C62 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB406098-
CMYK0.590.3900.62
HSL219.31º42.03%27.06%-
HSV(B)219.31º59.18%38.43%-
XYZ4.74.5612.19-
YUV58.35150.37114.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.20%
GREEN value IS 60 (23.83% from 255) = 30.30%
BLUE value IS 98 (38.67% from 255) = 49.49%
R=20.20%
G=30.30%
B=49.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4060980.590.3900.62219.3142.0327.06
Hex283C623B2703Edb2a1b
Octal507414273470763335233
Binary101000111100110001011101110011101111101101101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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