Html Css Color HEX #034DED Navy Blue

📋 copy color: '#034DED'

red 3 ◦ green 77 ◦ blue 237

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

Shades of Navy Blue #034DED

Tints of Navy Blue #034DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 74.76%

R = 0.95%
G = 24.29%
B = 74.76%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#034DED (or 0x034DED) is known color: Navy Blue. HEX triplet: 03, 4D and ED. RGB value is (3,77,237). Sum of RGB (Red+Green+Blue) = 3+77+237=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #034DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034DED is #FCB212. Grayscale: #484848. Windows color (decimal): -16560659 or 15551747. OLE color: 15551747.

HSL color Cylindrical-coordinate representation of color #034DED: hue angle of 221.03º degrees, saturation: 0.98, 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 #034DED is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 77 237 -
CMYK 0.99 0.68 0 0.07
HSL 221.03º 0.98% 0.47% -
HSV(B) 221.03º 0.99% 0.93% -
XYZ 17.98 11.44 81.38 -
YUV 73.11 220.48 77.99 -
System Red Green Blue C M Y K H S L
Decimal 3 77 237 0.99 0.68 0 0.07 221.03 0.98 0.47
Hex 3 4D ED 63 44 0 7 DD 62 2F
Octal 3 115 355 143 104 0 7 335 142 57
Binary 11 1001101 11101101 1100011 1000100 0 111 11011101 1100010 101111

Color Harmonies of #034DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DED

Black with #034DED

Text Example


Text Example

White with #034DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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