Html Css Color HEX #034CCC Navy Blue

📋 copy color: '#034CCC'

red 3 ◦ green 76 ◦ blue 204

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

Shades of Navy Blue #034CCC

Tints of Navy Blue #034CCC

RGB

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

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

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

R = 1.06%
G = 26.86%
B = 72.08%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#034CCC (or 0x034CCC) is known color: Navy Blue. HEX triplet: 03, 4C and CC. RGB value is (3,76,204). Sum of RGB (Red+Green+Blue) = 3+76+204=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #034CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034CCC is #FCB333. Grayscale: #444444. Windows color (decimal): -16560948 or 13388803. OLE color: 13388803.

HSL color Cylindrical-coordinate representation of color #034CCC: hue angle of 218.21º 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 #034CCC is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 76 204 -
CMYK 0.99 0.63 0 0.2
HSL 218.21º 0.97% 0.41% -
HSV(B) 218.21º 0.99% 0.8% -
XYZ 13.52 9.55 58.26 -
YUV 68.77 204.32 81.09 -
System Red Green Blue C M Y K H S L
Decimal 3 76 204 0.99 0.63 0 0.2 218.21 0.97 0.41
Hex 3 4C CC 63 3F 0 14 DA 61 29
Octal 3 114 314 143 77 0 24 332 141 51
Binary 11 1001100 11001100 1100011 111111 0 10100 11011010 1100001 101001

Color Harmonies of #034CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CCC

Black with #034CCC

Text Example


Text Example

White with #034CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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