Html Css Color HEX #034BFF Navy Blue

📋 copy color: '#034BFF'

red 3 ◦ green 75 ◦ blue 255

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

Shades of Navy Blue #034BFF

Tints of Navy Blue #034BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.52%

 BLUE value IS 255 (100% from 255) = 76.58%

R = 0.9%
G = 22.52%
B = 76.58%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#034BFF (or 0x034BFF) is known color: Navy Blue. HEX triplet: 03, 4B and FF. RGB value is (3,75,255). Sum of RGB (Red+Green+Blue) = 3+75+255=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #034BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034BFF is #FCB400. Grayscale: #494949. Windows color (decimal): -16561153 or 16730883. OLE color: 16730883.

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

Color convert

RGB 3 75 255 -
CMYK 0.99 0.71 0 0
HSL 222.86º 1% 0.51% -
HSV(B) 222.86º 0.99% 1% -
XYZ 20.6 12.27 95.89 -
YUV 73.99 230.15 77.36 -
System Red Green Blue C M Y K H S L
Decimal 3 75 255 0.99 0.71 0 0 222.86 1 0.51
Hex 3 4B FF 63 47 0 0 DF 64 33
Octal 3 113 377 143 107 0 0 337 144 63
Binary 11 1001011 11111111 1100011 1000111 0 0 11011111 1100100 110011

Color Harmonies of #034BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034BFF

Black with #034BFF

Text Example


Text Example

White with #034BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,75,255); }

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

background-color css

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

 a { background-color: rgb(3,75,255); }

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

border-color css

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

 span { border-color: rgb(3,75,255); }

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