Html Css Color HEX #034FCF Navy Blue

📋 copy color: '#034FCF'

red 3 ◦ green 79 ◦ blue 207

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

Shades of Navy Blue #034FCF

Tints of Navy Blue #034FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.63%

R = 1.04%
G = 27.34%
B = 71.63%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#034FCF (or 0x034FCF) is known color: Navy Blue. HEX triplet: 03, 4F and CF. RGB value is (3,79,207). Sum of RGB (Red+Green+Blue) = 3+79+207=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #034FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FCF is #FCB030. Grayscale: #464646. Windows color (decimal): -16560177 or 13586179. OLE color: 13586179.

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

Color convert

RGB 3 79 207 -
CMYK 0.99 0.62 0 0.19
HSL 217.65º 0.97% 0.41% -
HSV(B) 217.65º 0.99% 0.81% -
XYZ 14.1 10.12 60.24 -
YUV 70.87 204.82 79.59 -
System Red Green Blue C M Y K H S L
Decimal 3 79 207 0.99 0.62 0 0.19 217.65 0.97 0.41
Hex 3 4F CF 63 3E 0 13 DA 61 29
Octal 3 117 317 143 76 0 23 332 141 51
Binary 11 1001111 11001111 1100011 111110 0 10011 11011010 1100001 101001

Color Harmonies of #034FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034FCF

Black with #034FCF

Text Example


Text Example

White with #034FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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