Html Css Color HEX #034BDE Navy Blue

📋 copy color: '#034BDE'

red 3 ◦ green 75 ◦ blue 222

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

Shades of Navy Blue #034BDE

Tints of Navy Blue #034BDE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25%

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

R = 1%
G = 25%
B = 74%

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

#034BDE (or 0x034BDE) is known color: Navy Blue. HEX triplet: 03, 4B and DE. RGB value is (3,75,222). Sum of RGB (Red+Green+Blue) = 3+75+222=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 222 (87.11% from 255 or 74% from 300); Max value from RGB is 222 - color contains mainly: blue. Hex color #034BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034BDE is #FCB421. Grayscale: #454545. Windows color (decimal): -16561186 or 14568195. OLE color: 14568195.

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

Color convert

RGB 3 75 222 -
CMYK 0.99 0.66 0 0.13
HSL 220.27º 0.97% 0.44% -
HSV(B) 220.27º 0.99% 0.87% -
XYZ 15.74 10.33 70.27 -
YUV 70.23 213.65 80.05 -
System Red Green Blue C M Y K H S L
Decimal 3 75 222 0.99 0.66 0 0.13 220.27 0.97 0.44
Hex 3 4B DE 63 42 0 D DC 61 2C
Octal 3 113 336 143 102 0 15 334 141 54
Binary 11 1001011 11011110 1100011 1000010 0 1101 11011100 1100001 101100

Color Harmonies of #034BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034BDE

Black with #034BDE

Text Example


Text Example

White with #034BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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