Html Css Color HEX #034FFC Navy Blue

📋 copy color: '#034FFC'

red 3 ◦ green 79 ◦ blue 252

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

Shades of Navy Blue #034FFC

Tints of Navy Blue #034FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.65%

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

R = 0.9%
G = 23.65%
B = 75.45%

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

#034FFC (or 0x034FFC) is known color: Navy Blue. HEX triplet: 03, 4F and FC. RGB value is (3,79,252). Sum of RGB (Red+Green+Blue) = 3+79+252=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #034FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034FFC is #FCB003. Grayscale: #4B4B4B. Windows color (decimal): -16560132 or 16535299. OLE color: 16535299.

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

Color convert

RGB 3 79 252 -
CMYK 0.99 0.69 0 0.01
HSL 221.69º 0.98% 0.5% -
HSV(B) 221.69º 0.99% 0.99% -
XYZ 20.4 12.64 93.46 -
YUV 76 227.32 75.93 -
System Red Green Blue C M Y K H S L
Decimal 3 79 252 0.99 0.69 0 0.01 221.69 0.98 0.5
Hex 3 4F FC 63 45 0 1 DE 62 32
Octal 3 117 374 143 105 0 1 336 142 62
Binary 11 1001111 11111100 1100011 1000101 0 1 11011110 1100010 110010

Color Harmonies of #034FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034FFC

Black with #034FFC

Text Example


Text Example

White with #034FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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