Html Css Color HEX #030888 Dark Blue

📋 copy color: '#030888'

red 3 ◦ green 8 ◦ blue 136

#030888
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #030888

Tints of Dark Blue #030888

RGB

 RED value IS 3 (1.56% from 255) = 2.04%

 GREEN value IS 8 (3.52% from 255) = 5.44%

 BLUE value IS 136 (53.52% from 255) = 92.52%

R = 2.04%
G = 5.44%
B = 92.52%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#030888 (or 0x030888) is known color: Dark Blue. HEX triplet: 03, 08 and 88. RGB value is (3,8,136). Sum of RGB (Red+Green+Blue) = 3+8+136=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 136 (53.52% from 255 or 92.52% from 147); Max value from RGB is 136 - color contains mainly: blue. Hex color #030888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030888 is #FCF777. Grayscale: #141414. Windows color (decimal): -16578424 or 8914947. OLE color: 8914947.

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

Color convert

RGB 3 8 136 -
CMYK 0.98 0.94 0 0.47
HSL 237.74º 0.96% 0.27% -
HSV(B) 237.74º 0.98% 0.53% -
XYZ 4.57 1.97 23.43 -
YUV 21.1 192.84 115.09 -
System Red Green Blue C M Y K H S L
Decimal 3 8 136 0.98 0.94 0 0.47 237.74 0.96 0.27
Hex 3 8 88 62 5E 0 2F EE 60 1B
Octal 3 10 210 142 136 0 57 356 140 33
Binary 11 1000 10001000 1100010 1011110 0 101111 11101110 1100000 11011

Color Harmonies of #030888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030888

Black with #030888

Text Example


Text Example

White with #030888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030888; }

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

 H1.HeaderClassName
 {
   color: #030888;
 }
 .AnyTagClassName
 {
   color: #030888;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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