Html Css Color HEX #034DCB Navy Blue

📋 copy color: '#034DCB'

red 3 ◦ green 77 ◦ blue 203

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

Shades of Navy Blue #034DCB

Tints of Navy Blue #034DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.21%

 BLUE value IS 203 (79.69% from 255) = 71.73%

R = 1.06%
G = 27.21%
B = 71.73%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#034DCB (or 0x034DCB) is known color: Navy Blue. HEX triplet: 03, 4D and CB. RGB value is (3,77,203). Sum of RGB (Red+Green+Blue) = 3+77+203=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #034DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DCB is #FCB234. Grayscale: #444444. Windows color (decimal): -16560693 or 13323523. OLE color: 13323523.

HSL color Cylindrical-coordinate representation of color #034DCB: hue angle of 217.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034DCB is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 77 203 -
CMYK 0.99 0.62 0 0.20
HSL 217.8º 0.97% 0.4% -
HSV(B) 217.8º 0.99% 0.8% -
XYZ 13.47 9.64 57.65 -
YUV 69.24 203.48 80.75 -
System Red Green Blue C M Y K H S L
Decimal 3 77 203 0.99 0.62 0 0.20 217.8 0.97 0.4
Hex 3 4D CB 63 3E 0 14 DA 61 28
Octal 3 115 313 143 76 0 24 332 141 50
Binary 11 1001101 11001011 1100011 111110 0 10100 11011010 1100001 101000

Color Harmonies of #034DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DCB

Black with #034DCB

Text Example


Text Example

White with #034DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,77,203); }

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

background-color css

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

 a { background-color: rgb(3,77,203); }

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

border-color css

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

 span { border-color: rgb(3,77,203); }

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