#283A5A

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

Shades of Catalina Blue #283A5A

Tints of Catalina Blue #283A5A

Color information

#283A5A (or 0x283A5A) is unknown color: approx Catalina Blue. HEX triplet: 28, 3A and 5A. RGB value is (40,58,90). Sum of RGB (Red+Green+Blue) = 40+58+90=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #283A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A5A is #D7C5A5. Grayscale: #383838. Windows color (decimal): -14140838 or 5913128. OLE color: 5913128.

HSL color Cylindrical-coordinate representation of color #283A5A: hue angle of 218.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #283A5A is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB405890-
CMYK0.560.3600.65
HSL218.4º38.46%25.49%-
HSV(B)218.4º55.56%35.29%-
XYZ4.234.2210.26-
YUV56.27147.04116.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 90 (35.55% from 255) = 47.87%
R=21.28%
G=30.85%
B=47.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4058900.560.3600.65218.438.4625.49
Hex283A5A3824041da2619
Octal5072132704401013324631
Binary1010001110101011010111000100100010000011101101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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