#28355B

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

Shades of Catalina Blue #28355B

Tints of Catalina Blue #28355B

Color information

#28355B (or 0x28355B) is unknown color: approx Catalina Blue. HEX triplet: 28, 35 and 5B. RGB value is (40,53,91). Sum of RGB (Red+Green+Blue) = 40+53+91=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #28355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28355B is #D7CAA4. Grayscale: #353535. Windows color (decimal): -14142117 or 5977384. OLE color: 5977384.

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

Color convert

RGB405391-
CMYK0.560.4200.64
HSL224.71º38.93%25.69%-
HSV(B)224.71º56.04%35.69%-
XYZ4.043.7510.41-
YUV53.44149.19118.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.74%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 91 (35.94% from 255) = 49.46%
R=21.74%
G=28.80%
B=49.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4053910.560.4200.64224.7138.9325.69
Hex28355B382A040e1271a
Octal5065133705201003414732
Binary1010001101011011011111000101010010000001110000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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