Html Css Color HEX #034CDD Navy Blue

📋 copy color: '#034CDD'

red 3 ◦ green 76 ◦ blue 221

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

Shades of Navy Blue #034CDD

Tints of Navy Blue #034CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.67%

R = 1%
G = 25.33%
B = 73.67%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#034CDD (or 0x034CDD) is known color: Navy Blue. HEX triplet: 03, 4C and DD. RGB value is (3,76,221). Sum of RGB (Red+Green+Blue) = 3+76+221=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #034CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034CDD is #FCB322. Grayscale: #464646. Windows color (decimal): -16560931 or 14502915. OLE color: 14502915.

HSL color Cylindrical-coordinate representation of color #034CDD: hue angle of 219.91º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034CDD is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 76 221 -
CMYK 0.99 0.66 0 0.13
HSL 219.91º 0.97% 0.44% -
HSV(B) 219.91º 0.99% 0.87% -
XYZ 15.67 10.41 69.59 -
YUV 70.7 212.82 79.71 -
System Red Green Blue C M Y K H S L
Decimal 3 76 221 0.99 0.66 0 0.13 219.91 0.97 0.44
Hex 3 4C DD 63 42 0 D DC 61 2C
Octal 3 114 335 143 102 0 15 334 141 54
Binary 11 1001100 11011101 1100011 1000010 0 1101 11011100 1100001 101100

Color Harmonies of #034CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CDD

Black with #034CDD

Text Example


Text Example

White with #034CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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