Html Css Color HEX #034CCD Navy Blue

📋 copy color: '#034CCD'

red 3 ◦ green 76 ◦ blue 205

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

Shades of Navy Blue #034CCD

Tints of Navy Blue #034CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 72.18%

R = 1.06%
G = 26.76%
B = 72.18%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#034CCD (or 0x034CCD) is known color: Navy Blue. HEX triplet: 03, 4C and CD. RGB value is (3,76,205). Sum of RGB (Red+Green+Blue) = 3+76+205=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #034CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034CCD is #FCB332. Grayscale: #444444. Windows color (decimal): -16560947 or 13454339. OLE color: 13454339.

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

Color convert

RGB 3 76 205 -
CMYK 0.99 0.63 0 0.20
HSL 218.32º 0.97% 0.41% -
HSV(B) 218.32º 0.99% 0.8% -
XYZ 13.64 9.6 58.89 -
YUV 68.88 204.82 81.01 -
System Red Green Blue C M Y K H S L
Decimal 3 76 205 0.99 0.63 0 0.20 218.32 0.97 0.41
Hex 3 4C CD 63 3F 0 14 DA 61 29
Octal 3 114 315 143 77 0 24 332 141 51
Binary 11 1001100 11001101 1100011 111111 0 10100 11011010 1100001 101001

Color Harmonies of #034CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CCD

Black with #034CCD

Text Example


Text Example

White with #034CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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