Html Css Color HEX #0347FC Navy Blue

📋 copy color: '#0347FC'

red 3 ◦ green 71 ◦ blue 252

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

Shades of Navy Blue #0347FC

Tints of Navy Blue #0347FC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

 BLUE value IS 252 (98.83% from 255) = 77.3%

R = 0.92%
G = 21.78%
B = 77.3%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0347FC (or 0x0347FC) is known color: Navy Blue. HEX triplet: 03, 47 and FC. RGB value is (3,71,252). Sum of RGB (Red+Green+Blue) = 3+71+252=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 252 (98.83% from 255 or 77.30% from 326); Max value from RGB is 252 - color contains mainly: blue. Hex color #0347FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0347FC is #FCB803. Grayscale: #464646. Windows color (decimal): -16562180 or 16533251. OLE color: 16533251.

HSL color Cylindrical-coordinate representation of color #0347FC: hue angle of 223.61º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0347FC is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 71 252 -
CMYK 0.99 0.72 0 0.01
HSL 223.61º 0.98% 0.5% -
HSV(B) 223.61º 0.99% 0.99% -
XYZ 19.86 11.55 93.28 -
YUV 71.3 229.97 79.28 -
System Red Green Blue C M Y K H S L
Decimal 3 71 252 0.99 0.72 0 0.01 223.61 0.98 0.5
Hex 3 47 FC 63 48 0 1 E0 62 32
Octal 3 107 374 143 110 0 1 340 142 62
Binary 11 1000111 11111100 1100011 1001000 0 1 11100000 1100010 110010

Color Harmonies of #0347FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0347FC

Black with #0347FC

Text Example


Text Example

White with #0347FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0347FC; }

 p { color: rgb(3,71,252); }

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

background-color css

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

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

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

border-color css

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

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

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