Html Css Color HEX #034AED Navy Blue

📋 copy color: '#034AED'

red 3 ◦ green 74 ◦ blue 237

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

Shades of Navy Blue #034AED

Tints of Navy Blue #034AED

RGB

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

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

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

R = 0.96%
G = 23.57%
B = 75.48%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#034AED (or 0x034AED) is known color: Navy Blue. HEX triplet: 03, 4A and ED. RGB value is (3,74,237). Sum of RGB (Red+Green+Blue) = 3+74+237=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 237 (92.97% from 255 or 75.48% from 314); Max value from RGB is 237 - color contains mainly: blue. Hex color #034AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034AED is #FCB512. Grayscale: #464646. Windows color (decimal): -16561427 or 15550979. OLE color: 15550979.

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

Color convert

RGB 3 74 237 -
CMYK 0.99 0.69 0 0.07
HSL 221.79º 0.98% 0.47% -
HSV(B) 221.79º 0.99% 0.93% -
XYZ 17.77 11.03 81.31 -
YUV 71.35 221.48 79.25 -
System Red Green Blue C M Y K H S L
Decimal 3 74 237 0.99 0.69 0 0.07 221.79 0.98 0.47
Hex 3 4A ED 63 45 0 7 DE 62 2F
Octal 3 112 355 143 105 0 7 336 142 57
Binary 11 1001010 11101101 1100011 1000101 0 111 11011110 1100010 101111

Color Harmonies of #034AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034AED

Black with #034AED

Text Example


Text Example

White with #034AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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