Html Css Color HEX #034CFF Navy Blue

📋 copy color: '#034CFF'

red 3 ◦ green 76 ◦ blue 255

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

Shades of Navy Blue #034CFF

Tints of Navy Blue #034CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 76.35%

R = 0.9%
G = 22.75%
B = 76.35%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#034CFF (or 0x034CFF) is known color: Navy Blue. HEX triplet: 03, 4C and FF. RGB value is (3,76,255). Sum of RGB (Red+Green+Blue) = 3+76+255=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #034CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034CFF is #FCB300. Grayscale: #494949. Windows color (decimal): -16560897 or 16731139. OLE color: 16731139.

HSL color Cylindrical-coordinate representation of color #034CFF: hue angle of 222.62º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034CFF is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 3 76 255 -
CMYK 0.99 0.70 0 0
HSL 222.62º 1% 0.51% -
HSV(B) 222.62º 0.99% 1% -
XYZ 20.67 12.41 95.91 -
YUV 74.58 229.82 76.95 -
System Red Green Blue C M Y K H S L
Decimal 3 76 255 0.99 0.70 0 0 222.62 1 0.51
Hex 3 4C FF 63 46 0 0 DF 64 33
Octal 3 114 377 143 106 0 0 337 144 63
Binary 11 1001100 11111111 1100011 1000110 0 0 11011111 1100100 110011

Color Harmonies of #034CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CFF

Black with #034CFF

Text Example


Text Example

White with #034CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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