Html Css Color HEX #030392 Dark Blue

📋 copy color: '#030392'

red 3 ◦ green 3 ◦ blue 146

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

Shades of Dark Blue #030392

Tints of Dark Blue #030392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.97%

 BLUE value IS 146 (57.42% from 255) = 96.05%

R = 1.97%
G = 1.97%
B = 96.05%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#030392 (or 0x030392) is known color: Dark Blue. HEX triplet: 03, 03 and 92. RGB value is (3,3,146). Sum of RGB (Red+Green+Blue) = 3+3+146=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 146 (57.42% from 255 or 96.05% from 152); Max value from RGB is 146 - color contains mainly: blue. Hex color #030392 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030392 is #FCFC6D. Grayscale: #121212. Windows color (decimal): -16579694 or 9569027. OLE color: 9569027.

HSL color Cylindrical-coordinate representation of color #030392: hue angle of 240º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030392 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 3 146 -
CMYK 0.98 0.98 0 0.43
HSL 240º 0.96% 0.29% -
HSV(B) 240º 0.98% 0.57% -
XYZ 5.26 2.16 27.33 -
YUV 19.3 199.5 116.37 -
System Red Green Blue C M Y K H S L
Decimal 3 3 146 0.98 0.98 0 0.43 240 0.96 0.29
Hex 3 3 92 62 62 0 2B F0 60 1D
Octal 3 3 222 142 142 0 53 360 140 35
Binary 11 11 10010010 1100010 1100010 0 101011 11110000 1100000 11101

Color Harmonies of #030392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030392

Black with #030392

Text Example


Text Example

White with #030392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030392; }

 p { color: rgb(3,3,146); }

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

background-color css

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

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

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

border-color css

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

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

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