Html Css Color HEX #034FEF Navy Blue

📋 copy color: '#034FEF'

red 3 ◦ green 79 ◦ blue 239

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

Shades of Navy Blue #034FEF

Tints of Navy Blue #034FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 74.45%

R = 0.93%
G = 24.61%
B = 74.45%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#034FEF (or 0x034FEF) is known color: Navy Blue. HEX triplet: 03, 4F and EF. RGB value is (3,79,239). Sum of RGB (Red+Green+Blue) = 3+79+239=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 239 (93.75% from 255 or 74.45% from 321); Max value from RGB is 239 - color contains mainly: blue. Hex color #034FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034FEF is #FCB010. Grayscale: #494949. Windows color (decimal): -16560145 or 15683331. OLE color: 15683331.

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

Color convert

RGB 3 79 239 -
CMYK 0.99 0.67 0 0.06
HSL 220.68º 0.98% 0.47% -
HSV(B) 220.68º 0.99% 0.94% -
XYZ 18.41 11.84 82.98 -
YUV 74.52 220.82 76.99 -
System Red Green Blue C M Y K H S L
Decimal 3 79 239 0.99 0.67 0 0.06 220.68 0.98 0.47
Hex 3 4F EF 63 43 0 6 DD 62 2F
Octal 3 117 357 143 103 0 6 335 142 57
Binary 11 1001111 11101111 1100011 1000011 0 110 11011101 1100010 101111

Color Harmonies of #034FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034FEF

Black with #034FEF

Text Example


Text Example

White with #034FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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