Html Css Color HEX #034FEA Navy Blue

📋 copy color: '#034FEA'

red 3 ◦ green 79 ◦ blue 234

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

Shades of Navy Blue #034FEA

Tints of Navy Blue #034FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 74.05%

R = 0.95%
G = 25%
B = 74.05%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#034FEA (or 0x034FEA) is known color: Navy Blue. HEX triplet: 03, 4F and EA. RGB value is (3,79,234). Sum of RGB (Red+Green+Blue) = 3+79+234=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #034FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034FEA is #FCB015. Grayscale: #494949. Windows color (decimal): -16560150 or 15355651. OLE color: 15355651.

HSL color Cylindrical-coordinate representation of color #034FEA: hue angle of 220.26º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034FEA is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 79 234 -
CMYK 0.99 0.66 0 0.08
HSL 220.26º 0.97% 0.46% -
HSV(B) 220.26º 0.99% 0.92% -
XYZ 17.68 11.55 79.14 -
YUV 73.95 218.32 77.4 -
System Red Green Blue C M Y K H S L
Decimal 3 79 234 0.99 0.66 0 0.08 220.26 0.97 0.46
Hex 3 4F EA 63 42 0 8 DC 61 2E
Octal 3 117 352 143 102 0 10 334 141 56
Binary 11 1001111 11101010 1100011 1000010 0 1000 11011100 1100001 101110

Color Harmonies of #034FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034FEA

Black with #034FEA

Text Example


Text Example

White with #034FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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