Html Css Color HEX #034CEF Navy Blue

📋 copy color: '#034CEF'

red 3 ◦ green 76 ◦ blue 239

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

Shades of Navy Blue #034CEF

Tints of Navy Blue #034CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.9%

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

R = 0.94%
G = 23.9%
B = 75.16%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#034CEF (or 0x034CEF) is known color: Navy Blue. HEX triplet: 03, 4C and EF. RGB value is (3,76,239). Sum of RGB (Red+Green+Blue) = 3+76+239=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 239 (93.75% from 255 or 75.16% from 318); Max value from RGB is 239 - color contains mainly: blue. Hex color #034CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034CEF is #FCB310. Grayscale: #484848. Windows color (decimal): -16560913 or 15682563. OLE color: 15682563.

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

Color convert

RGB 3 76 239 -
CMYK 0.99 0.68 0 0.06
HSL 221.44º 0.98% 0.47% -
HSV(B) 221.44º 0.99% 0.94% -
XYZ 18.2 11.42 82.91 -
YUV 72.76 221.82 78.25 -
System Red Green Blue C M Y K H S L
Decimal 3 76 239 0.99 0.68 0 0.06 221.44 0.98 0.47
Hex 3 4C EF 63 44 0 6 DD 62 2F
Octal 3 114 357 143 104 0 6 335 142 57
Binary 11 1001100 11101111 1100011 1000100 0 110 11011101 1100010 101111

Color Harmonies of #034CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CEF

Black with #034CEF

Text Example


Text Example

White with #034CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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