Html Css Color HEX #034DFC Navy Blue

📋 copy color: '#034DFC'

red 3 ◦ green 77 ◦ blue 252

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

Shades of Navy Blue #034DFC

Tints of Navy Blue #034DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.19%

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

R = 0.9%
G = 23.19%
B = 75.9%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#034DFC (or 0x034DFC) is known color: Navy Blue. HEX triplet: 03, 4D and FC. RGB value is (3,77,252). Sum of RGB (Red+Green+Blue) = 3+77+252=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #034DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034DFC is #FCB203. Grayscale: #4A4A4A. Windows color (decimal): -16560644 or 16534787. OLE color: 16534787.

HSL color Cylindrical-coordinate representation of color #034DFC: hue angle of 222.17º 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 #034DFC is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 77 252 -
CMYK 0.99 0.69 0 0.01
HSL 222.17º 0.98% 0.5% -
HSV(B) 222.17º 0.99% 0.99% -
XYZ 20.26 12.36 93.41 -
YUV 74.82 227.98 76.77 -
System Red Green Blue C M Y K H S L
Decimal 3 77 252 0.99 0.69 0 0.01 222.17 0.98 0.5
Hex 3 4D FC 63 45 0 1 DE 62 32
Octal 3 115 374 143 105 0 1 336 142 62
Binary 11 1001101 11111100 1100011 1000101 0 1 11011110 1100010 110010

Color Harmonies of #034DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DFC

Black with #034DFC

Text Example


Text Example

White with #034DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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