Html Css Color HEX #034BCC Navy Blue

📋 copy color: '#034BCC'

red 3 ◦ green 75 ◦ blue 204

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

Shades of Navy Blue #034BCC

Tints of Navy Blue #034BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 72.34%

R = 1.06%
G = 26.6%
B = 72.34%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#034BCC (or 0x034BCC) is known color: Navy Blue. HEX triplet: 03, 4B and CC. RGB value is (3,75,204). Sum of RGB (Red+Green+Blue) = 3+75+204=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #034BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034BCC is #FCB433. Grayscale: #434343. Windows color (decimal): -16561204 or 13388547. OLE color: 13388547.

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

Color convert

RGB 3 75 204 -
CMYK 0.99 0.63 0 0.2
HSL 218.51º 0.97% 0.41% -
HSV(B) 218.51º 0.99% 0.8% -
XYZ 13.45 9.41 58.23 -
YUV 68.18 204.65 81.51 -
System Red Green Blue C M Y K H S L
Decimal 3 75 204 0.99 0.63 0 0.2 218.51 0.97 0.41
Hex 3 4B CC 63 3F 0 14 DB 61 29
Octal 3 113 314 143 77 0 24 333 141 51
Binary 11 1001011 11001100 1100011 111111 0 10100 11011011 1100001 101001

Color Harmonies of #034BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034BCC

Black with #034BCC

Text Example


Text Example

White with #034BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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