Html Css Color HEX #034BCE Navy Blue

📋 copy color: '#034BCE'

red 3 ◦ green 75 ◦ blue 206

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

Shades of Navy Blue #034BCE

Tints of Navy Blue #034BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.54%

R = 1.06%
G = 26.41%
B = 72.54%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#034BCE (or 0x034BCE) is known color: Navy Blue. HEX triplet: 03, 4B and CE. RGB value is (3,75,206). Sum of RGB (Red+Green+Blue) = 3+75+206=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #034BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034BCE is #FCB431. Grayscale: #434343. Windows color (decimal): -16561202 or 13519619. OLE color: 13519619.

HSL color Cylindrical-coordinate representation of color #034BCE: hue angle of 218.72º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034BCE is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 75 206 -
CMYK 0.99 0.64 0 0.19
HSL 218.72º 0.97% 0.41% -
HSV(B) 218.72º 0.99% 0.81% -
XYZ 13.69 9.51 59.51 -
YUV 68.41 205.65 81.35 -
System Red Green Blue C M Y K H S L
Decimal 3 75 206 0.99 0.64 0 0.19 218.72 0.97 0.41
Hex 3 4B CE 63 40 0 13 DB 61 29
Octal 3 113 316 143 100 0 23 333 141 51
Binary 11 1001011 11001110 1100011 1000000 0 10011 11011011 1100001 101001

Color Harmonies of #034BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034BCE

Black with #034BCE

Text Example


Text Example

White with #034BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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