Html Css Color HEX #034FDD Navy Blue

📋 copy color: '#034FDD'

red 3 ◦ green 79 ◦ blue 221

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

Shades of Navy Blue #034FDD

Tints of Navy Blue #034FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.94%

R = 0.99%
G = 26.07%
B = 72.94%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#034FDD (or 0x034FDD) is known color: Navy Blue. HEX triplet: 03, 4F and DD. RGB value is (3,79,221). Sum of RGB (Red+Green+Blue) = 3+79+221=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #034FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FDD is #FCB022. Grayscale: #474747. Windows color (decimal): -16560163 or 14503683. OLE color: 14503683.

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

Color convert

RGB 3 79 221 -
CMYK 0.99 0.64 0 0.13
HSL 219.08º 0.97% 0.44% -
HSV(B) 219.08º 0.99% 0.87% -
XYZ 15.88 10.83 69.66 -
YUV 72.46 211.82 78.45 -
System Red Green Blue C M Y K H S L
Decimal 3 79 221 0.99 0.64 0 0.13 219.08 0.97 0.44
Hex 3 4F DD 63 40 0 D DB 61 2C
Octal 3 117 335 143 100 0 15 333 141 54
Binary 11 1001111 11011101 1100011 1000000 0 1101 11011011 1100001 101100

Color Harmonies of #034FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034FDD

Black with #034FDD

Text Example


Text Example

White with #034FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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