#28395A

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

Shades of Catalina Blue #28395A

Tints of Catalina Blue #28395A

Color information

#28395A (or 0x28395A) is unknown color: approx Catalina Blue. HEX triplet: 28, 39 and 5A. RGB value is (40,57,90). Sum of RGB (Red+Green+Blue) = 40+57+90=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #28395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28395A is #D7C6A5. Grayscale: #373737. Windows color (decimal): -14141094 or 5912872. OLE color: 5912872.

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

Color convert

RGB405790-
CMYK0.560.3700.65
HSL219.6º38.46%25.49%-
HSV(B)219.6º55.56%35.29%-
XYZ4.184.1210.25-
YUV55.68147.37116.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.39%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=21.39%
G=30.48%
B=48.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4057900.560.3700.65219.638.4625.49
Hex28395A3825041dc2619
Octal5071132704501013344631
Binary1010001110011011010111000100101010000011101110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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