#030288

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

Shades of Dark Blue #030288

Tints of Dark Blue #030288

Color information

#030288 (or 0x030288) is unknown color: approx Dark Blue. HEX triplet: 03, 02 and 88. RGB value is (3,2,136). Sum of RGB (Red+Green+Blue) = 3+2+136=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 136 (53.52% from 255 or 96.45% from 141); Max value from RGB is 136 - color contains mainly: blue. Hex color #030288 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030288 is #FCFD77. Grayscale: #111111. Windows color (decimal): -16579960 or 8913411. OLE color: 8913411.

HSL color Cylindrical-coordinate representation of color #030288: hue angle of 240.45º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030288 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB32136-
CMYK0.980.9900.47
HSL240.45º97.1%27.06%-
HSV(B)240.45º98.53%53.33%-
XYZ4.51.8423.41-
YUV17.58194.83117.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 136 (53.52% from 255) = 96.45%
R=2.13%
G=1.42%
B=96.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal321360.980.9900.47240.4597.127.06
Hex3288626302Ff0611b
Octal3221014214305736014133
Binary11101000100011000101100011010111111110000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030288; }

 p { color: rgb(3,2,136); }

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

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

 a { background-color: rgb(3,2,136); }

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

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

 span { border-color: rgb(3,2,136); }

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