Html Css Color HEX #034DEE Navy Blue

📋 copy color: '#034DEE'

red 3 ◦ green 77 ◦ blue 238

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

Shades of Navy Blue #034DEE

Tints of Navy Blue #034DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 74.84%

R = 0.94%
G = 24.21%
B = 74.84%

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

#034DEE (or 0x034DEE) is known color: Navy Blue. HEX triplet: 03, 4D and EE. RGB value is (3,77,238). Sum of RGB (Red+Green+Blue) = 3+77+238=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 238 (93.36% from 255 or 74.84% from 318); Max value from RGB is 238 - color contains mainly: blue. Hex color #034DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034DEE is #FCB211. Grayscale: #484848. Windows color (decimal): -16560658 or 15617283. OLE color: 15617283.

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

Color convert

RGB 3 77 238 -
CMYK 0.99 0.68 0 0.07
HSL 221.11º 0.98% 0.47% -
HSV(B) 221.11º 0.99% 0.93% -
XYZ 18.12 11.5 82.15 -
YUV 73.23 220.98 77.91 -
System Red Green Blue C M Y K H S L
Decimal 3 77 238 0.99 0.68 0 0.07 221.11 0.98 0.47
Hex 3 4D EE 63 44 0 7 DD 62 2F
Octal 3 115 356 143 104 0 7 335 142 57
Binary 11 1001101 11101110 1100011 1000100 0 111 11011101 1100010 101111

Color Harmonies of #034DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DEE

Black with #034DEE

Text Example


Text Example

White with #034DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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