#283E62

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

Shades of Catalina Blue #283E62

Tints of Catalina Blue #283E62

Color information

#283E62 (or 0x283E62) is unknown color: approx Catalina Blue. HEX triplet: 28, 3E and 62. RGB value is (40,62,98). Sum of RGB (Red+Green+Blue) = 40+62+98=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #283E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E62 is #D7C19D. Grayscale: #3B3B3B. Windows color (decimal): -14139806 or 6438440. OLE color: 6438440.

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

Color convert

RGB406298-
CMYK0.590.3700.62
HSL217.24º42.03%27.06%-
HSV(B)217.24º59.18%38.43%-
XYZ4.84.7812.22-
YUV59.53149.71114.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20%
GREEN value IS 62 (24.61% from 255) = 31%
BLUE value IS 98 (38.67% from 255) = 49%
R=20%
G=31%
B=49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4062980.590.3700.62217.2442.0327.06
Hex283E623B2503Ed92a1b
Octal507614273450763315233
Binary101000111110110001011101110010101111101101100110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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