Html Css Color HEX #0346FF Navy Blue

📋 copy color: '#0346FF'

red 3 ◦ green 70 ◦ blue 255

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

Shades of Navy Blue #0346FF

Tints of Navy Blue #0346FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 77.74%

R = 0.91%
G = 21.34%
B = 77.74%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0346FF (or 0x0346FF) is known color: Navy Blue. HEX triplet: 03, 46 and FF. RGB value is (3,70,255). Sum of RGB (Red+Green+Blue) = 3+70+255=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #0346FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0346FF is #FCB900. Grayscale: #464646. Windows color (decimal): -16562433 or 16729603. OLE color: 16729603.

HSL color Cylindrical-coordinate representation of color #0346FF: hue angle of 224.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0346FF is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 3 70 255 -
CMYK 0.99 0.73 0 0
HSL 224.05º 1% 0.51% -
HSV(B) 224.05º 0.99% 1% -
XYZ 20.28 11.62 95.78 -
YUV 71.06 231.8 79.46 -
System Red Green Blue C M Y K H S L
Decimal 3 70 255 0.99 0.73 0 0 224.05 1 0.51
Hex 3 46 FF 63 49 0 0 E0 64 33
Octal 3 106 377 143 111 0 0 340 144 63
Binary 11 1000110 11111111 1100011 1001001 0 0 11100000 1100100 110011

Color Harmonies of #0346FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0346FF

Black with #0346FF

Text Example


Text Example

White with #0346FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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