Html Css Color HEX #034BE8 Navy Blue

📋 copy color: '#034BE8'

red 3 ◦ green 75 ◦ blue 232

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

Shades of Navy Blue #034BE8

Tints of Navy Blue #034BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 74.84%

R = 0.97%
G = 24.19%
B = 74.84%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#034BE8 (or 0x034BE8) is known color: Navy Blue. HEX triplet: 03, 4B and E8. RGB value is (3,75,232). Sum of RGB (Red+Green+Blue) = 3+75+232=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 232 (91.02% from 255 or 74.84% from 310); Max value from RGB is 232 - color contains mainly: blue. Hex color #034BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034BE8 is #FCB417. Grayscale: #464646. Windows color (decimal): -16561176 or 15223555. OLE color: 15223555.

HSL color Cylindrical-coordinate representation of color #034BE8: hue angle of 221.14º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034BE8 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 3 75 232 -
CMYK 0.99 0.68 0 0.09
HSL 221.14º 0.97% 0.46% -
HSV(B) 221.14º 0.99% 0.91% -
XYZ 17.12 10.88 77.54 -
YUV 71.37 218.65 79.23 -
System Red Green Blue C M Y K H S L
Decimal 3 75 232 0.99 0.68 0 0.09 221.14 0.97 0.46
Hex 3 4B E8 63 44 0 9 DD 61 2E
Octal 3 113 350 143 104 0 11 335 141 56
Binary 11 1001011 11101000 1100011 1000100 0 1001 11011101 1100001 101110

Color Harmonies of #034BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034BE8

Black with #034BE8

Text Example


Text Example

White with #034BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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