Html Css Color HEX #034CDE Navy Blue

📋 copy color: '#034CDE'

red 3 ◦ green 76 ◦ blue 222

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

Shades of Navy Blue #034CDE

Tints of Navy Blue #034CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.75%

R = 1%
G = 25.25%
B = 73.75%

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

#034CDE (or 0x034CDE) is known color: Navy Blue. HEX triplet: 03, 4C and DE. RGB value is (3,76,222). Sum of RGB (Red+Green+Blue) = 3+76+222=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #034CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034CDE is #FCB321. Grayscale: #464646. Windows color (decimal): -16560930 or 14568451. OLE color: 14568451.

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

Color convert

RGB 3 76 222 -
CMYK 0.99 0.66 0 0.13
HSL 220º 0.97% 0.44% -
HSV(B) 220º 0.99% 0.87% -
XYZ 15.81 10.46 70.29 -
YUV 70.82 213.32 79.63 -
System Red Green Blue C M Y K H S L
Decimal 3 76 222 0.99 0.66 0 0.13 220 0.97 0.44
Hex 3 4C DE 63 42 0 D DC 61 2C
Octal 3 114 336 143 102 0 15 334 141 54
Binary 11 1001100 11011110 1100011 1000010 0 1101 11011100 1100001 101100

Color Harmonies of #034CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CDE

Black with #034CDE

Text Example


Text Example

White with #034CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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