Html Css Color HEX #034CCE Navy Blue

📋 copy color: '#034CCE'

red 3 ◦ green 76 ◦ blue 206

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

Shades of Navy Blue #034CCE

Tints of Navy Blue #034CCE

RGB

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

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

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

R = 1.05%
G = 26.67%
B = 72.28%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#034CCE (or 0x034CCE) is known color: Navy Blue. HEX triplet: 03, 4C and CE. RGB value is (3,76,206). Sum of RGB (Red+Green+Blue) = 3+76+206=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #034CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034CCE is #FCB331. Grayscale: #444444. Windows color (decimal): -16560946 or 13519875. OLE color: 13519875.

HSL color Cylindrical-coordinate representation of color #034CCE: hue angle of 218.42º 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 #034CCE is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 76 206 -
CMYK 0.99 0.63 0 0.19
HSL 218.42º 0.97% 0.41% -
HSV(B) 218.42º 0.99% 0.81% -
XYZ 13.76 9.64 59.53 -
YUV 68.99 205.32 80.93 -
System Red Green Blue C M Y K H S L
Decimal 3 76 206 0.99 0.63 0 0.19 218.42 0.97 0.41
Hex 3 4C CE 63 3F 0 13 DA 61 29
Octal 3 114 316 143 77 0 23 332 141 51
Binary 11 1001100 11001110 1100011 111111 0 10011 11011010 1100001 101001

Color Harmonies of #034CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CCE

Black with #034CCE

Text Example


Text Example

White with #034CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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