Html Css Color HEX #034ACC Navy Blue

📋 copy color: '#034ACC'

red 3 ◦ green 74 ◦ blue 204

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

Shades of Navy Blue #034ACC

Tints of Navy Blue #034ACC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.33%

 BLUE value IS 204 (80.08% from 255) = 72.6%

R = 1.07%
G = 26.33%
B = 72.6%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#034ACC (or 0x034ACC) is known color: Navy Blue. HEX triplet: 03, 4A and CC. RGB value is (3,74,204). Sum of RGB (Red+Green+Blue) = 3+74+204=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #034ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034ACC is #FCB533. Grayscale: #434343. Windows color (decimal): -16561460 or 13388291. OLE color: 13388291.

HSL color Cylindrical-coordinate representation of color #034ACC: hue angle of 218.81º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034ACC is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 74 204 -
CMYK 0.99 0.64 0 0.2
HSL 218.81º 0.97% 0.41% -
HSV(B) 218.81º 0.99% 0.8% -
XYZ 13.39 9.28 58.21 -
YUV 67.59 204.98 81.93 -
System Red Green Blue C M Y K H S L
Decimal 3 74 204 0.99 0.64 0 0.2 218.81 0.97 0.41
Hex 3 4A CC 63 40 0 14 DB 61 29
Octal 3 112 314 143 100 0 24 333 141 51
Binary 11 1001010 11001100 1100011 1000000 0 10100 11011011 1100001 101001

Color Harmonies of #034ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034ACC

Black with #034ACC

Text Example


Text Example

White with #034ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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