Html Css Color HEX #034ADF Navy Blue

📋 copy color: '#034ADF'

red 3 ◦ green 74 ◦ blue 223

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

Shades of Navy Blue #034ADF

Tints of Navy Blue #034ADF

RGB

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

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

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

R = 1%
G = 24.67%
B = 74.33%

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

#034ADF (or 0x034ADF) is known color: Navy Blue. HEX triplet: 03, 4A and DF. RGB value is (3,74,223). Sum of RGB (Red+Green+Blue) = 3+74+223=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #034ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034ADF is #FCB520. Grayscale: #454545. Windows color (decimal): -16561441 or 14633475. OLE color: 14633475.

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

Color convert

RGB 3 74 223 -
CMYK 0.99 0.67 0 0.13
HSL 220.64º 0.97% 0.44% -
HSV(B) 220.64º 0.99% 0.87% -
XYZ 15.81 10.24 70.96 -
YUV 69.76 214.48 80.38 -
System Red Green Blue C M Y K H S L
Decimal 3 74 223 0.99 0.67 0 0.13 220.64 0.97 0.44
Hex 3 4A DF 63 43 0 D DD 61 2C
Octal 3 112 337 143 103 0 15 335 141 54
Binary 11 1001010 11011111 1100011 1000011 0 1101 11011101 1100001 101100

Color Harmonies of #034ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034ADF

Black with #034ADF

Text Example


Text Example

White with #034ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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