Html Css Color HEX #034CF6 Navy Blue

📋 copy color: '#034CF6'

red 3 ◦ green 76 ◦ blue 246

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

Shades of Navy Blue #034CF6

Tints of Navy Blue #034CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 75.69%

R = 0.92%
G = 23.38%
B = 75.69%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#034CF6 (or 0x034CF6) is known color: Navy Blue. HEX triplet: 03, 4C and F6. RGB value is (3,76,246). Sum of RGB (Red+Green+Blue) = 3+76+246=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 246 (96.48% from 255 or 75.69% from 325); Max value from RGB is 246 - color contains mainly: blue. Hex color #034CF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034CF6 is #FCB309. Grayscale: #484848. Windows color (decimal): -16560906 or 16141315. OLE color: 16141315.

HSL color Cylindrical-coordinate representation of color #034CF6: hue angle of 221.98º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034CF6 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 3 76 246 -
CMYK 0.99 0.69 0 0.04
HSL 221.98º 0.98% 0.49% -
HSV(B) 221.98º 0.99% 0.96% -
XYZ 19.26 11.84 88.46 -
YUV 73.55 225.32 77.68 -
System Red Green Blue C M Y K H S L
Decimal 3 76 246 0.99 0.69 0 0.04 221.98 0.98 0.49
Hex 3 4C F6 63 45 0 4 DE 62 31
Octal 3 114 366 143 105 0 4 336 142 61
Binary 11 1001100 11110110 1100011 1000101 0 100 11011110 1100010 110001

Color Harmonies of #034CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CF6

Black with #034CF6

Text Example


Text Example

White with #034CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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