#28375B

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

Shades of Catalina Blue #28375B

Tints of Catalina Blue #28375B

Color information

#28375B (or 0x28375B) is unknown color: approx Catalina Blue. HEX triplet: 28, 37 and 5B. RGB value is (40,55,91). Sum of RGB (Red+Green+Blue) = 40+55+91=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #28375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28375B is #D7C8A4. Grayscale: #363636. Windows color (decimal): -14141605 or 5977896. OLE color: 5977896.

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

Color convert

RGB405591-
CMYK0.560.4000.64
HSL222.35º38.93%25.69%-
HSV(B)222.35º56.04%35.69%-
XYZ4.133.9410.44-
YUV54.62148.53117.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.51%
GREEN value IS 55 (21.88% from 255) = 29.57%
BLUE value IS 91 (35.94% from 255) = 48.92%
R=21.51%
G=29.57%
B=48.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4055910.560.4000.64222.3538.9325.69
Hex28375B3828040de271a
Octal5067133705001003364732
Binary1010001101111011011111000101000010000001101111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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