#283B5D

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

Shades of Catalina Blue #283B5D

Tints of Catalina Blue #283B5D

Color information

#283B5D (or 0x283B5D) is unknown color: approx Catalina Blue. HEX triplet: 28, 3B and 5D. RGB value is (40,59,93). Sum of RGB (Red+Green+Blue) = 40+59+93=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #283B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283B5D is #D7C4A2. Grayscale: #393939. Windows color (decimal): -14140579 or 6109992. OLE color: 6109992.

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

Color convert

RGB405993-
CMYK0.570.3700.64
HSL218.49º39.85%26.08%-
HSV(B)218.49º56.99%36.47%-
XYZ4.414.3710.97-
YUV57.19148.21115.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.83%
GREEN value IS 59 (23.44% from 255) = 30.73%
BLUE value IS 93 (36.72% from 255) = 48.44%
R=20.83%
G=30.73%
B=48.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4059930.570.3700.64218.4939.8526.08
Hex283B5D3925040da281a
Octal5073135714501003325032
Binary1010001110111011101111001100101010000001101101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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