#28405B

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

Shades of Catalina Blue #28405B

Tints of Catalina Blue #28405B

Color information

#28405B (or 0x28405B) is unknown color: approx Catalina Blue. HEX triplet: 28, 40 and 5B. RGB value is (40,64,91). Sum of RGB (Red+Green+Blue) = 40+64+91=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #28405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28405B is #D7BFA4. Grayscale: #3B3B3B. Windows color (decimal): -14139301 or 5980200. OLE color: 5980200.

HSL color Cylindrical-coordinate representation of color #28405B: hue angle of 211.76º 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 #28405B is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB406491-
CMYK0.560.3000.64
HSL211.76º38.93%25.69%-
HSV(B)211.76º56.04%35.69%-
XYZ4.64.8710.6-
YUV59.9145.55113.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.51%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 91 (35.94% from 255) = 46.67%
R=20.51%
G=32.82%
B=46.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4064910.560.3000.64211.7638.9325.69
Hex28405B381E040d4271a
Octal50100133703601003244732
Binary1010001000000101101111100011110010000001101010010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28405B; }

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

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

<style>
 a { background-color: #28405B; }

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

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

<style>
 span { border-color: #28405B; }

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

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