Html Css Color HEX #034CDA Navy Blue

📋 copy color: '#034CDA'

red 3 ◦ green 76 ◦ blue 218

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

Shades of Navy Blue #034CDA

Tints of Navy Blue #034CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 73.4%

R = 1.01%
G = 25.59%
B = 73.4%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#034CDA (or 0x034CDA) is known color: Navy Blue. HEX triplet: 03, 4C and DA. RGB value is (3,76,218). Sum of RGB (Red+Green+Blue) = 3+76+218=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 218 (85.55% from 255 or 73.40% from 297); Max value from RGB is 218 - color contains mainly: blue. Hex color #034CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034CDA is #FCB325. Grayscale: #454545. Windows color (decimal): -16560934 or 14306307. OLE color: 14306307.

HSL color Cylindrical-coordinate representation of color #034CDA: hue angle of 219.63º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034CDA is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 76 218 -
CMYK 0.99 0.65 0 0.15
HSL 219.63º 0.97% 0.43% -
HSV(B) 219.63º 0.99% 0.85% -
XYZ 15.28 10.25 67.5 -
YUV 70.36 211.32 79.95 -
System Red Green Blue C M Y K H S L
Decimal 3 76 218 0.99 0.65 0 0.15 219.63 0.97 0.43
Hex 3 4C DA 63 41 0 F DC 61 2B
Octal 3 114 332 143 101 0 17 334 141 53
Binary 11 1001100 11011010 1100011 1000001 0 1111 11011100 1100001 101011

Color Harmonies of #034CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CDA

Black with #034CDA

Text Example


Text Example

White with #034CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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