#283b62

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

Shades of Catalina Blue #283B62

Tints of Catalina Blue #283B62

Color information

#283B62 (or 0x283B62) is unknown color: approx Catalina Blue. HEX triplet: 28, 3B and 62. RGB value is (40,59,98). Sum of RGB (Red+Green+Blue) = 40+59+98=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #283B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283B62 is #D7C49D. Grayscale: #393939. Windows color (decimal): -14140574 or 6437672. OLE color: 6437672.

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

Color convert

RGB405998-
CMYK0.590.4000.62
HSL220.34º42.03%27.06%-
HSV(B)220.34º59.18%38.43%-
XYZ4.644.4612.17-
YUV57.76150.71115.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 59 (23.44% from 255) = 29.95%
BLUE value IS 98 (38.67% from 255) = 49.75%
R=20.30%
G=29.95%
B=49.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4059980.590.4000.62220.3442.0327.06
Hex283B623B2803Edc2a1b
Octal507314273500763345233
Binary101000111011110001011101110100001111101101110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283b62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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