Html Css Color HEX #034BDF Navy Blue

📋 copy color: '#034BDF'

red 3 ◦ green 75 ◦ blue 223

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

Shades of Navy Blue #034BDF

Tints of Navy Blue #034BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 74.09%

R = 1%
G = 24.92%
B = 74.09%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#034BDF (or 0x034BDF) is known color: Navy Blue. HEX triplet: 03, 4B and DF. RGB value is (3,75,223). Sum of RGB (Red+Green+Blue) = 3+75+223=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #034BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034BDF is #FCB420. Grayscale: #454545. Windows color (decimal): -16561185 or 14633731. OLE color: 14633731.

HSL color Cylindrical-coordinate representation of color #034BDF: hue angle of 220.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034BDF is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 75 223 -
CMYK 0.99 0.66 0 0.13
HSL 220.36º 0.97% 0.44% -
HSV(B) 220.36º 0.99% 0.87% -
XYZ 15.87 10.38 70.98 -
YUV 70.34 214.15 79.97 -
System Red Green Blue C M Y K H S L
Decimal 3 75 223 0.99 0.66 0 0.13 220.36 0.97 0.44
Hex 3 4B DF 63 42 0 D DC 61 2C
Octal 3 113 337 143 102 0 15 334 141 54
Binary 11 1001011 11011111 1100011 1000010 0 1101 11011100 1100001 101100

Color Harmonies of #034BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034BDF

Black with #034BDF

Text Example


Text Example

White with #034BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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