Html Css Color HEX #034AFB Navy Blue

📋 copy color: '#034AFB'

red 3 ◦ green 74 ◦ blue 251

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

Shades of Navy Blue #034AFB

Tints of Navy Blue #034AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.56%

 BLUE value IS 251 (98.44% from 255) = 76.52%

R = 0.91%
G = 22.56%
B = 76.52%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#034AFB (or 0x034AFB) is known color: Navy Blue. HEX triplet: 03, 4A and FB. RGB value is (3,74,251). Sum of RGB (Red+Green+Blue) = 3+74+251=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 251 (98.44% from 255 or 76.52% from 328); Max value from RGB is 251 - color contains mainly: blue. Hex color #034AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034AFB is #FCB504. Grayscale: #484848. Windows color (decimal): -16561413 or 16468483. OLE color: 16468483.

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

Color convert

RGB 3 74 251 -
CMYK 0.99 0.71 0 0.02
HSL 222.82º 0.98% 0.5% -
HSV(B) 222.82º 0.99% 0.98% -
XYZ 19.9 11.88 92.51 -
YUV 72.95 228.48 78.11 -
System Red Green Blue C M Y K H S L
Decimal 3 74 251 0.99 0.71 0 0.02 222.82 0.98 0.5
Hex 3 4A FB 63 47 0 2 DF 62 32
Octal 3 112 373 143 107 0 2 337 142 62
Binary 11 1001010 11111011 1100011 1000111 0 10 11011111 1100010 110010

Color Harmonies of #034AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034AFB

Black with #034AFB

Text Example


Text Example

White with #034AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,74,251); }

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

background-color css

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

 a { background-color: rgb(3,74,251); }

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

border-color css

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

 span { border-color: rgb(3,74,251); }

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