#283A62

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

Shades of Catalina Blue #283A62

Tints of Catalina Blue #283A62

Color information

#283A62 (or 0x283A62) is unknown color: approx Catalina Blue. HEX triplet: 28, 3A and 62. RGB value is (40,58,98). Sum of RGB (Red+Green+Blue) = 40+58+98=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #283A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A62 is #D7C59D. Grayscale: #393939. Windows color (decimal): -14140830 or 6437416. OLE color: 6437416.

HSL color Cylindrical-coordinate representation of color #283A62: hue angle of 221.38º 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 #283A62 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB405898-
CMYK0.590.4100.62
HSL221.38º42.03%27.06%-
HSV(B)221.38º59.18%38.43%-
XYZ4.594.3612.15-
YUV57.18151.04115.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 98 (38.67% from 255) = 50%
R=20.41%
G=29.59%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4058980.590.4100.62221.3842.0327.06
Hex283A623B2903Edd2a1b
Octal507214273510763355233
Binary101000111010110001011101110100101111101101110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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