Html Css Color HEX #034FCB Navy Blue

📋 copy color: '#034FCB'

red 3 ◦ green 79 ◦ blue 203

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

Shades of Navy Blue #034FCB

Tints of Navy Blue #034FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.72%

 BLUE value IS 203 (79.69% from 255) = 71.23%

R = 1.05%
G = 27.72%
B = 71.23%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#034FCB (or 0x034FCB) is known color: Navy Blue. HEX triplet: 03, 4F and CB. RGB value is (3,79,203). Sum of RGB (Red+Green+Blue) = 3+79+203=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #034FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FCB is #FCB034. Grayscale: #454545. Windows color (decimal): -16560181 or 13324035. OLE color: 13324035.

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

Color convert

RGB 3 79 203 -
CMYK 0.99 0.61 0 0.20
HSL 217.2º 0.97% 0.4% -
HSV(B) 217.2º 0.99% 0.8% -
XYZ 13.61 9.92 57.7 -
YUV 70.41 202.82 79.92 -
System Red Green Blue C M Y K H S L
Decimal 3 79 203 0.99 0.61 0 0.20 217.2 0.97 0.4
Hex 3 4F CB 63 3D 0 14 D9 61 28
Octal 3 117 313 143 75 0 24 331 141 50
Binary 11 1001111 11001011 1100011 111101 0 10100 11011001 1100001 101000

Color Harmonies of #034FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034FCB

Black with #034FCB

Text Example


Text Example

White with #034FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,79,203); }

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

background-color css

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

 a { background-color: rgb(3,79,203); }

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

border-color css

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

 span { border-color: rgb(3,79,203); }

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