Html Css Color HEX #0346EA Navy Blue

📋 copy color: '#0346EA'

red 3 ◦ green 70 ◦ blue 234

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

Shades of Navy Blue #0346EA

Tints of Navy Blue #0346EA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.8%

 BLUE value IS 234 (91.8% from 255) = 76.22%

R = 0.98%
G = 22.8%
B = 76.22%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0346EA (or 0x0346EA) is known color: Navy Blue. HEX triplet: 03, 46 and EA. RGB value is (3,70,234). Sum of RGB (Red+Green+Blue) = 3+70+234=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 234 (91.80% from 255 or 76.22% from 307); Max value from RGB is 234 - color contains mainly: blue. Hex color #0346EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0346EA is #FCB915. Grayscale: #434343. Windows color (decimal): -16562454 or 15353347. OLE color: 15353347.

HSL color Cylindrical-coordinate representation of color #0346EA: hue angle of 222.6º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0346EA is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 70 234 -
CMYK 0.99 0.70 0 0.08
HSL 222.6º 0.97% 0.46% -
HSV(B) 222.6º 0.99% 0.92% -
XYZ 17.08 10.34 78.94 -
YUV 68.66 221.3 81.16 -
System Red Green Blue C M Y K H S L
Decimal 3 70 234 0.99 0.70 0 0.08 222.6 0.97 0.46
Hex 3 46 EA 63 46 0 8 DF 61 2E
Octal 3 106 352 143 106 0 10 337 141 56
Binary 11 1000110 11101010 1100011 1000110 0 1000 11011111 1100001 101110

Color Harmonies of #0346EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0346EA

Black with #0346EA

Text Example


Text Example

White with #0346EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0346EA; }

 p { color: rgb(3,70,234); }

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

background-color css

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

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

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

border-color css

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

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

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