#283E5B

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

Shades of Catalina Blue #283E5B

Tints of Catalina Blue #283E5B

Color information

#283E5B (or 0x283E5B) is unknown color: approx Catalina Blue. HEX triplet: 28, 3E and 5B. RGB value is (40,62,91). Sum of RGB (Red+Green+Blue) = 40+62+91=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #283E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283E5B is #D7C1A4. Grayscale: #3A3A3A. Windows color (decimal): -14139813 or 5979688. OLE color: 5979688.

HSL color Cylindrical-coordinate representation of color #283E5B: hue angle of 214.12º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #283E5B is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB406291-
CMYK0.560.3200.64
HSL214.12º38.93%25.69%-
HSV(B)214.12º56.04%35.69%-
XYZ4.494.6510.56-
YUV58.73146.21114.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 62 (24.61% from 255) = 32.12%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=20.73%
G=32.12%
B=47.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4062910.560.3200.64214.1238.9325.69
Hex283E5B3820040d6271a
Octal5076133704001003264732
Binary1010001111101011011111000100000010000001101011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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