#28375A

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

Shades of Catalina Blue #28375A

Tints of Catalina Blue #28375A

Color information

#28375A (or 0x28375A) is unknown color: approx Catalina Blue. HEX triplet: 28, 37 and 5A. RGB value is (40,55,90). Sum of RGB (Red+Green+Blue) = 40+55+90=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #28375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28375A is #D7C8A5. Grayscale: #363636. Windows color (decimal): -14141606 or 5912360. OLE color: 5912360.

HSL color Cylindrical-coordinate representation of color #28375A: hue angle of 222º 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 #28375A is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB405590-
CMYK0.560.3900.65
HSL222º38.46%25.49%-
HSV(B)222º55.56%35.29%-
XYZ4.093.9210.21-
YUV54.5148.03117.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.62%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 90 (35.55% from 255) = 48.65%
R=21.62%
G=29.73%
B=48.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4055900.560.3900.6522238.4625.49
Hex28375A3827041de2619
Octal5067132704701013364631
Binary1010001101111011010111000100111010000011101111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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