Html Css Color HEX #034FE4 Navy Blue

📋 copy color: '#034FE4'

red 3 ◦ green 79 ◦ blue 228

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

Shades of Navy Blue #034FE4

Tints of Navy Blue #034FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 73.55%

R = 0.97%
G = 25.48%
B = 73.55%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#034FE4 (or 0x034FE4) is known color: Navy Blue. HEX triplet: 03, 4F and E4. RGB value is (3,79,228). Sum of RGB (Red+Green+Blue) = 3+79+228=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 228 (89.45% from 255 or 73.55% from 310); Max value from RGB is 228 - color contains mainly: blue. Hex color #034FE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FE4 is #FCB01B. Grayscale: #484848. Windows color (decimal): -16560156 or 14962435. OLE color: 14962435.

HSL color Cylindrical-coordinate representation of color #034FE4: hue angle of 219.73º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034FE4 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 3 79 228 -
CMYK 0.99 0.65 0 0.11
HSL 219.73º 0.97% 0.45% -
HSV(B) 219.73º 0.99% 0.89% -
XYZ 16.84 11.21 74.68 -
YUV 73.26 215.32 77.88 -
System Red Green Blue C M Y K H S L
Decimal 3 79 228 0.99 0.65 0 0.11 219.73 0.97 0.45
Hex 3 4F E4 63 41 0 B DC 61 2D
Octal 3 117 344 143 101 0 13 334 141 55
Binary 11 1001111 11100100 1100011 1000001 0 1011 11011100 1100001 101101

Color Harmonies of #034FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034FE4

Black with #034FE4

Text Example


Text Example

White with #034FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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