#034CFB

Color #034CFB Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #034CFB

Tints of Navy Blue #034CFB

Color information

#034CFB (or 0x034CFB) is unknown color: approx Navy Blue. HEX triplet: 03, 4C and FB. RGB value is (3,76,251). Sum of RGB (Red+Green+Blue) = 3+76+251=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #034CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034CFB is #FCB304. Grayscale: #494949. Windows color (decimal): -16560901 or 16468995. OLE color: 16468995.

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

Color convert

RGB376251-
CMYK0.990.7000.02
HSL222.34º97.64%49.8%-
HSV(B)222.34º98.8%98.43%-
XYZ20.0312.1592.56-
YUV74.12227.8277.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 251 (98.44% from 255) = 76.06%
R=0.91%
G=23.03%
B=76.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal3762510.990.7000.02222.3497.6449.8
Hex34CFB634602de6232
Octal31143731431060233614262
Binary1110011001111101111000111000110010110111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #034CFB;
 }
 .AnyTagClassName
 {
   color: #034CFB;
 }
</style>
background-color css

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

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

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

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

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

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