Html Css Color HEX #0349FE Navy Blue

📋 copy color: '#0349FE'

red 3 ◦ green 73 ◦ blue 254

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

Shades of Navy Blue #0349FE

Tints of Navy Blue #0349FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.12%

 BLUE value IS 254 (99.61% from 255) = 76.97%

R = 0.91%
G = 22.12%
B = 76.97%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0349FE (or 0x0349FE) is known color: Navy Blue. HEX triplet: 03, 49 and FE. RGB value is (3,73,254). Sum of RGB (Red+Green+Blue) = 3+73+254=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #0349FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0349FE is #FCB601. Grayscale: #474747. Windows color (decimal): -16561666 or 16664835. OLE color: 16664835.

HSL color Cylindrical-coordinate representation of color #0349FE: hue angle of 223.27º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0349FE is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 3 73 254 -
CMYK 0.99 0.71 0 0.00
HSL 223.27º 0.99% 0.5% -
HSV(B) 223.27º 0.99% 1% -
XYZ 20.31 11.94 95 -
YUV 72.7 230.31 78.28 -
System Red Green Blue C M Y K H S L
Decimal 3 73 254 0.99 0.71 0 0.00 223.27 0.99 0.5
Hex 3 49 FE 63 47 0 0 DF 63 32
Octal 3 111 376 143 107 0 0 337 143 62
Binary 11 1001001 11111110 1100011 1000111 0 0 11011111 1100011 110010

Color Harmonies of #0349FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0349FE

Black with #0349FE

Text Example


Text Example

White with #0349FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0349FE; }

 p { color: rgb(3,73,254); }

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

background-color css

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

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

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

border-color css

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

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

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