Html Css Color HEX #0346DF Navy Blue

📋 copy color: '#0346DF'

red 3 ◦ green 70 ◦ blue 223

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

Shades of Navy Blue #0346DF

Tints of Navy Blue #0346DF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.65%

 BLUE value IS 223 (87.5% from 255) = 75.34%

R = 1.01%
G = 23.65%
B = 75.34%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0346DF (or 0x0346DF) is known color: Navy Blue. HEX triplet: 03, 46 and DF. RGB value is (3,70,223). Sum of RGB (Red+Green+Blue) = 3+70+223=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 223 (87.5% from 255 or 75.34% from 296); Max value from RGB is 223 - color contains mainly: blue. Hex color #0346DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0346DF is #FCB920. Grayscale: #424242. Windows color (decimal): -16562465 or 14632451. OLE color: 14632451.

HSL color Cylindrical-coordinate representation of color #0346DF: hue angle of 221.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0346DF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 70 223 -
CMYK 0.99 0.69 0 0.13
HSL 221.73º 0.97% 0.44% -
HSV(B) 221.73º 0.99% 0.87% -
XYZ 15.55 9.73 70.87 -
YUV 67.41 215.8 82.06 -
System Red Green Blue C M Y K H S L
Decimal 3 70 223 0.99 0.69 0 0.13 221.73 0.97 0.44
Hex 3 46 DF 63 45 0 D DE 61 2C
Octal 3 106 337 143 105 0 15 336 141 54
Binary 11 1000110 11011111 1100011 1000101 0 1101 11011110 1100001 101100

Color Harmonies of #0346DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0346DF

Black with #0346DF

Text Example


Text Example

White with #0346DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0346DF; }

 p { color: rgb(3,70,223); }

 H1.HeaderClassName
 {
   color: #0346DF;
 }
 .AnyTagClassName
 {
   color: #0346DF;
 }
</style>

background-color css

<style>
 a { background-color: #0346DF; }

 a { background-color: rgb(3,70,223); }

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

border-color css

<style>
 span { border-color: #0346DF; }

 span { border-color: rgb(3,70,223); }

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