Html Css Color HEX #034CFB Navy Blue

📋 copy color: '#034CFB'

red 3 ◦ green 76 ◦ blue 251

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

Shades of Navy Blue #034CFB

Tints of Navy Blue #034CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.03%

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

R = 0.91%
G = 23.03%
B = 76.06%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#034CFB (or 0x034CFB) is known color: Navy Blue. HEX triplet: 03, 4C and FB. RGB value is (3,76,251). Sum of RGB (Red+Green+Blue) = 3+76+251=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #034CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034CFB is #FCB304. Grayscale: #494949. Windows color (decimal): -16560901 or 16468995. OLE color: 16468995.

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

Color convert

RGB 3 76 251 -
CMYK 0.99 0.70 0 0.02
HSL 222.34º 0.98% 0.5% -
HSV(B) 222.34º 0.99% 0.98% -
XYZ 20.03 12.15 92.56 -
YUV 74.12 227.82 77.27 -
System Red Green Blue C M Y K H S L
Decimal 3 76 251 0.99 0.70 0 0.02 222.34 0.98 0.5
Hex 3 4C FB 63 46 0 2 DE 62 32
Octal 3 114 373 143 106 0 2 336 142 62
Binary 11 1001100 11111011 1100011 1000110 0 10 11011110 1100010 110010

Color Harmonies of #034CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CFB

Black with #034CFB

Text Example


Text Example

White with #034CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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