Html Css Color HEX #034CEC Navy Blue

📋 copy color: '#034CEC'

red 3 ◦ green 76 ◦ blue 236

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

Shades of Navy Blue #034CEC

Tints of Navy Blue #034CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.92%

R = 0.95%
G = 24.13%
B = 74.92%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#034CEC (or 0x034CEC) is known color: Navy Blue. HEX triplet: 03, 4C and EC. RGB value is (3,76,236). Sum of RGB (Red+Green+Blue) = 3+76+236=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 236 (92.58% from 255 or 74.92% from 315); Max value from RGB is 236 - color contains mainly: blue. Hex color #034CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034CEC is #FCB313. Grayscale: #474747. Windows color (decimal): -16560916 or 15485955. OLE color: 15485955.

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

Color convert

RGB 3 76 236 -
CMYK 0.99 0.68 0 0.07
HSL 221.2º 0.97% 0.47% -
HSV(B) 221.2º 0.99% 0.93% -
XYZ 17.76 11.24 80.59 -
YUV 72.41 220.32 78.49 -
System Red Green Blue C M Y K H S L
Decimal 3 76 236 0.99 0.68 0 0.07 221.2 0.97 0.47
Hex 3 4C EC 63 44 0 7 DD 61 2F
Octal 3 114 354 143 104 0 7 335 141 57
Binary 11 1001100 11101100 1100011 1000100 0 111 11011101 1100001 101111

Color Harmonies of #034CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CEC

Black with #034CEC

Text Example


Text Example

White with #034CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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