#0346CE

Color #0346CE Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0346CE

Tints of Navy Blue #0346CE

Color information

#0346CE (or 0x0346CE) is unknown color: approx Navy Blue. HEX triplet: 03, 46 and CE. RGB value is (3,70,206). Sum of RGB (Red+Green+Blue) = 3+70+206=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #0346CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0346CE is #FCB931. Grayscale: #404040. Windows color (decimal): -16562482 or 13518339. OLE color: 13518339.

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

Color convert

RGB370206-
CMYK0.990.6600.19
HSL220.2º97.13%40.98%-
HSV(B)220.2º98.54%80.78%-
XYZ13.378.8659.4-
YUV65.47207.383.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 206 (80.86% from 255) = 73.84%
R=1.08%
G=25.09%
B=73.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal3702060.990.6600.19220.297.1340.98
Hex346CE6342013dc6129
Octal310631614310202333414151
Binary1110001101100111011000111000010010011110111001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0346CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0346CE;
 }
 .AnyTagClassName
 {
   color: #0346CE;
 }
</style>
background-color css

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

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

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

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

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

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