#28385A

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

Shades of Catalina Blue #28385A

Tints of Catalina Blue #28385A

Color information

#28385A (or 0x28385A) is unknown color: approx Catalina Blue. HEX triplet: 28, 38 and 5A. RGB value is (40,56,90). Sum of RGB (Red+Green+Blue) = 40+56+90=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #28385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28385A is #D7C7A5. Grayscale: #363636. Windows color (decimal): -14141350 or 5912616. OLE color: 5912616.

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

Color convert

RGB405690-
CMYK0.560.3800.65
HSL220.8º38.46%25.49%-
HSV(B)220.8º55.56%35.29%-
XYZ4.134.0210.23-
YUV55.09147.7117.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.51%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 90 (35.55% from 255) = 48.39%
R=21.51%
G=30.11%
B=48.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4056900.560.3800.65220.838.4625.49
Hex28385A3826041dd2619
Octal5070132704601013354631
Binary1010001110001011010111000100110010000011101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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