Html Css Color HEX #034CEB Navy Blue

📋 copy color: '#034CEB'

red 3 ◦ green 76 ◦ blue 235

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

Shades of Navy Blue #034CEB

Tints of Navy Blue #034CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 74.84%

R = 0.96%
G = 24.2%
B = 74.84%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#034CEB (or 0x034CEB) is known color: Navy Blue. HEX triplet: 03, 4C and EB. RGB value is (3,76,235). Sum of RGB (Red+Green+Blue) = 3+76+235=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #034CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034CEB is #FCB314. Grayscale: #474747. Windows color (decimal): -16560917 or 15420419. OLE color: 15420419.

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

Color convert

RGB 3 76 235 -
CMYK 0.99 0.68 0 0.08
HSL 221.12º 0.97% 0.47% -
HSV(B) 221.12º 0.99% 0.92% -
XYZ 17.62 11.19 79.83 -
YUV 72.3 219.82 78.57 -
System Red Green Blue C M Y K H S L
Decimal 3 76 235 0.99 0.68 0 0.08 221.12 0.97 0.47
Hex 3 4C EB 63 44 0 8 DD 61 2F
Octal 3 114 353 143 104 0 10 335 141 57
Binary 11 1001100 11101011 1100011 1000100 0 1000 11011101 1100001 101111

Color Harmonies of #034CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CEB

Black with #034CEB

Text Example


Text Example

White with #034CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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