Html Css Color HEX #034EDD Navy Blue

📋 copy color: '#034EDD'

red 3 ◦ green 78 ◦ blue 221

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

Shades of Navy Blue #034EDD

Tints of Navy Blue #034EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.83%

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

R = 0.99%
G = 25.83%
B = 73.18%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#034EDD (or 0x034EDD) is known color: Navy Blue. HEX triplet: 03, 4E and DD. RGB value is (3,78,221). Sum of RGB (Red+Green+Blue) = 3+78+221=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #034EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EDD is #FCB122. Grayscale: #474747. Windows color (decimal): -16560419 or 14503427. OLE color: 14503427.

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

Color convert

RGB 3 78 221 -
CMYK 0.99 0.65 0 0.13
HSL 219.36º 0.97% 0.44% -
HSV(B) 219.36º 0.99% 0.87% -
XYZ 15.81 10.69 69.64 -
YUV 71.88 212.15 78.87 -
System Red Green Blue C M Y K H S L
Decimal 3 78 221 0.99 0.65 0 0.13 219.36 0.97 0.44
Hex 3 4E DD 63 41 0 D DB 61 2C
Octal 3 116 335 143 101 0 15 333 141 54
Binary 11 1001110 11011101 1100011 1000001 0 1101 11011011 1100001 101100

Color Harmonies of #034EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034EDD

Black with #034EDD

Text Example


Text Example

White with #034EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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