#034ACA

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

Shades of Navy Blue #034ACA

Tints of Navy Blue #034ACA

Color information

#034ACA (or 0x034ACA) is unknown color: approx Navy Blue. HEX triplet: 03, 4A and CA. RGB value is (3,74,202). Sum of RGB (Red+Green+Blue) = 3+74+202=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #034ACA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034ACA is #FCB535. Grayscale: #424242. Windows color (decimal): -16561462 or 13257219. OLE color: 13257219.

HSL color Cylindrical-coordinate representation of color #034ACA: hue angle of 218.59º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034ACA is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB374202-
CMYK0.990.6300.21
HSL218.59º97.07%40.2%-
HSV(B)218.59º98.51%79.22%-
XYZ13.159.1856.96-
YUV67.36203.9882.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 202 (79.30% from 255) = 72.40%
R=1.08%
G=26.52%
B=72.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal3742020.990.6300.21218.5997.0740.2
Hex34ACA633F015db6128
Octal31123121437702533314150
Binary111001010110010101100011111111010101110110111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,74,202); }

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

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

 a { background-color: rgb(3,74,202); }

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

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

 span { border-color: rgb(3,74,202); }

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