#28405c

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

Shades of Catalina Blue #28405C

Tints of Catalina Blue #28405C

Color information

#28405C (or 0x28405C) is unknown color: approx Catalina Blue. HEX triplet: 28, 40 and 5C. RGB value is (40,64,92). Sum of RGB (Red+Green+Blue) = 40+64+92=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #28405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28405C is #D7BFA3. Grayscale: #3B3B3B. Windows color (decimal): -14139300 or 6045736. OLE color: 6045736.

HSL color Cylindrical-coordinate representation of color #28405C: hue angle of 212.31º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28405C is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB406492-
CMYK0.570.3000.64
HSL212.31º39.39%25.88%-
HSV(B)212.31º56.52%36.08%-
XYZ4.644.8910.82-
YUV60.02146.05113.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=20.41%
G=32.65%
B=46.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4064920.570.3000.64212.3139.3925.88
Hex28405C391E040d4271a
Octal50100134713601003244732
Binary1010001000000101110011100111110010000001101010010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28405c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28405c; }

 p { color: rgb(40,64,92); }

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

<style>
 a { background-color: #28405c; }

 a { background-color: rgb(40,64,92); }

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

<style>
 span { border-color: #28405c; }

 span { border-color: rgb(40,64,92); }

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