#0346AE

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

Shades of Cobalt #0346AE

Tints of Cobalt #0346AE

Color information

#0346AE (or 0x0346AE) is unknown color: approx Cobalt. HEX triplet: 03, 46 and AE. RGB value is (3,70,174). Sum of RGB (Red+Green+Blue) = 3+70+174=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #0346AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0346AE is #FCB951. Grayscale: #3D3D3D. Windows color (decimal): -16562514 or 11421187. OLE color: 11421187.

HSL color Cylindrical-coordinate representation of color #0346AE: hue angle of 216.49º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0346AE is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB370174-
CMYK0.980.6000.32
HSL216.49º96.61%34.71%-
HSV(B)216.49º98.28%68.24%-
XYZ9.877.4640.96-
YUV61.82191.386.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.21%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 174 (68.36% from 255) = 70.45%
R=1.21%
G=28.34%
B=70.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3701740.980.6000.32216.4996.6134.71
Hex346AE623C020d86123
Octal31062561427404033014143
Binary1110001101010111011000101111000100000110110001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0346AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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