Html Css Color HEX #034CCF Navy Blue

📋 copy color: '#034CCF'

red 3 ◦ green 76 ◦ blue 207

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

Shades of Navy Blue #034CCF

Tints of Navy Blue #034CCF

RGB

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

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

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

R = 1.05%
G = 26.57%
B = 72.38%

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

#034CCF (or 0x034CCF) is known color: Navy Blue. HEX triplet: 03, 4C and CF. RGB value is (3,76,207). Sum of RGB (Red+Green+Blue) = 3+76+207=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #034CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034CCF is #FCB330. Grayscale: #444444. Windows color (decimal): -16560945 or 13585411. OLE color: 13585411.

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

Color convert

RGB 3 76 207 -
CMYK 0.99 0.63 0 0.19
HSL 218.53º 0.97% 0.41% -
HSV(B) 218.53º 0.99% 0.81% -
XYZ 13.88 9.69 60.17 -
YUV 69.11 205.82 80.85 -
System Red Green Blue C M Y K H S L
Decimal 3 76 207 0.99 0.63 0 0.19 218.53 0.97 0.41
Hex 3 4C CF 63 3F 0 13 DB 61 29
Octal 3 114 317 143 77 0 23 333 141 51
Binary 11 1001100 11001111 1100011 111111 0 10011 11011011 1100001 101001

Color Harmonies of #034CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034CCF

Black with #034CCF

Text Example


Text Example

White with #034CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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