Html Css Color HEX #034FEE Navy Blue

📋 copy color: '#034FEE'

red 3 ◦ green 79 ◦ blue 238

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

Shades of Navy Blue #034FEE

Tints of Navy Blue #034FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.69%

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

R = 0.94%
G = 24.69%
B = 74.38%

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

#034FEE (or 0x034FEE) is known color: Navy Blue. HEX triplet: 03, 4F and EE. RGB value is (3,79,238). Sum of RGB (Red+Green+Blue) = 3+79+238=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 238 (93.36% from 255 or 74.38% from 320); Max value from RGB is 238 - color contains mainly: blue. Hex color #034FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034FEE is #FCB011. Grayscale: #494949. Windows color (decimal): -16560146 or 15617795. OLE color: 15617795.

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

Color convert

RGB 3 79 238 -
CMYK 0.99 0.67 0 0.07
HSL 220.6º 0.98% 0.47% -
HSV(B) 220.6º 0.99% 0.93% -
XYZ 18.27 11.78 82.2 -
YUV 74.4 220.32 77.07 -
System Red Green Blue C M Y K H S L
Decimal 3 79 238 0.99 0.67 0 0.07 220.6 0.98 0.47
Hex 3 4F EE 63 43 0 7 DD 62 2F
Octal 3 117 356 143 103 0 7 335 142 57
Binary 11 1001111 11101110 1100011 1000011 0 111 11011101 1100010 101111

Color Harmonies of #034FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034FEE

Black with #034FEE

Text Example


Text Example

White with #034FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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