#28375F

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

Shades of Catalina Blue #28375F

Tints of Catalina Blue #28375F

Color information

#28375F (or 0x28375F) is unknown color: approx Catalina Blue. HEX triplet: 28, 37 and 5F. RGB value is (40,55,95). Sum of RGB (Red+Green+Blue) = 40+55+95=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #28375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28375F is #D7C8A0. Grayscale: #363636. Windows color (decimal): -14141601 or 6240040. OLE color: 6240040.

HSL color Cylindrical-coordinate representation of color #28375F: hue angle of 223.64º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28375F is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB405595-
CMYK0.580.4200.63
HSL223.64º40.74%26.47%-
HSV(B)223.64º57.89%37.25%-
XYZ4.314.0111.37-
YUV55.08150.53117.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.05%
GREEN value IS 55 (21.88% from 255) = 28.95%
BLUE value IS 95 (37.5% from 255) = 50%
R=21.05%
G=28.95%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4055950.580.4200.63223.6440.7426.47
Hex28375F3A2A03Fe0291a
Octal506713772520773405132
Binary101000110111101111111101010101001111111110000010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28375F; }

 p { color: rgb(40,55,95); }

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

<style>
 a { background-color: #28375F; }

 a { background-color: rgb(40,55,95); }

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

<style>
 span { border-color: #28375F; }

 span { border-color: rgb(40,55,95); }

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