Html Css Color HEX #034ADD Navy Blue

📋 copy color: '#034ADD'

red 3 ◦ green 74 ◦ blue 221

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

Shades of Navy Blue #034ADD

Tints of Navy Blue #034ADD

RGB

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

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

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

R = 1.01%
G = 24.83%
B = 74.16%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#034ADD (or 0x034ADD) is known color: Navy Blue. HEX triplet: 03, 4A and DD. RGB value is (3,74,221). Sum of RGB (Red+Green+Blue) = 3+74+221=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #034ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034ADD is #FCB522. Grayscale: #444444. Windows color (decimal): -16561443 or 14502403. OLE color: 14502403.

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

Color convert

RGB 3 74 221 -
CMYK 0.99 0.67 0 0.13
HSL 220.46º 0.97% 0.44% -
HSV(B) 220.46º 0.99% 0.87% -
XYZ 15.54 10.14 69.54 -
YUV 69.53 213.48 80.55 -
System Red Green Blue C M Y K H S L
Decimal 3 74 221 0.99 0.67 0 0.13 220.46 0.97 0.44
Hex 3 4A DD 63 43 0 D DC 61 2C
Octal 3 112 335 143 103 0 15 334 141 54
Binary 11 1001010 11011101 1100011 1000011 0 1101 11011100 1100001 101100

Color Harmonies of #034ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034ADD

Black with #034ADD

Text Example


Text Example

White with #034ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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