Html Css Color HEX #034DEC Navy Blue

📋 copy color: '#034DEC'

red 3 ◦ green 77 ◦ blue 236

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

Shades of Navy Blue #034DEC

Tints of Navy Blue #034DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.37%

 BLUE value IS 236 (92.58% from 255) = 74.68%

R = 0.95%
G = 24.37%
B = 74.68%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#034DEC (or 0x034DEC) is known color: Navy Blue. HEX triplet: 03, 4D and EC. RGB value is (3,77,236). Sum of RGB (Red+Green+Blue) = 3+77+236=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #034DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034DEC is #FCB213. Grayscale: #484848. Windows color (decimal): -16560660 or 15486211. OLE color: 15486211.

HSL color Cylindrical-coordinate representation of color #034DEC: hue angle of 220.94º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034DEC is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 77 236 -
CMYK 0.99 0.67 0 0.07
HSL 220.94º 0.97% 0.47% -
HSV(B) 220.94º 0.99% 0.93% -
XYZ 17.83 11.38 80.61 -
YUV 73 219.98 78.07 -
System Red Green Blue C M Y K H S L
Decimal 3 77 236 0.99 0.67 0 0.07 220.94 0.97 0.47
Hex 3 4D EC 63 43 0 7 DD 61 2F
Octal 3 115 354 143 103 0 7 335 141 57
Binary 11 1001101 11101100 1100011 1000011 0 111 11011101 1100001 101111

Color Harmonies of #034DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DEC

Black with #034DEC

Text Example


Text Example

White with #034DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,77,236); }

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

background-color css

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

 a { background-color: rgb(3,77,236); }

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

border-color css

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

 span { border-color: rgb(3,77,236); }

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