#284058

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

Shades of Catalina Blue #284058

Tints of Catalina Blue #284058

Color information

#284058 (or 0x284058) is unknown color: approx Catalina Blue. HEX triplet: 28, 40 and 58. RGB value is (40,64,88). Sum of RGB (Red+Green+Blue) = 40+64+88=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #284058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284058 is #D7BFA7. Grayscale: #3B3B3B. Windows color (decimal): -14139304 or 5783592. OLE color: 5783592.

HSL color Cylindrical-coordinate representation of color #284058: hue angle of 210º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #284058 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB406488-
CMYK0.550.2700.65
HSL210º37.5%25.1%-
HSV(B)210º54.55%34.51%-
XYZ4.474.829.93-
YUV59.56144.05114.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.83%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 45.83%
R=20.83%
G=33.33%
B=45.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4064880.550.2700.6521037.525.1
Hex284058371B041d22519
Octal50100130673301013224531
Binary1010001000000101100011011111011010000011101001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284058; }

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

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

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

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

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

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

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

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