#28425C

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

Shades of Catalina Blue #28425C

Tints of Catalina Blue #28425C

Color information

#28425C (or 0x28425C) is unknown color: approx Catalina Blue. HEX triplet: 28, 42 and 5C. RGB value is (40,66,92). Sum of RGB (Red+Green+Blue) = 40+66+92=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #28425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28425C is #D7BDA3. Grayscale: #3D3D3D. Windows color (decimal): -14138788 or 6046248. OLE color: 6046248.

HSL color Cylindrical-coordinate representation of color #28425C: hue angle of 210º 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 #28425C is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB406692-
CMYK0.570.2800.64
HSL210º39.39%25.88%-
HSV(B)210º56.52%36.08%-
XYZ4.765.1210.86-
YUV61.19145.39112.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.20%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=20.20%
G=33.33%
B=46.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4066920.570.2800.6421039.3925.88
Hex28425C391C040d2271a
Octal50102134713401003224732
Binary1010001000010101110011100111100010000001101001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28425C; }

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

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

<style>
 a { background-color: #28425C; }

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

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

<style>
 span { border-color: #28425C; }

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

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