#0346B4

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

Shades of Cobalt #0346B4

Tints of Cobalt #0346B4

Color information

#0346B4 (or 0x0346B4) is unknown color: approx Cobalt. HEX triplet: 03, 46 and B4. RGB value is (3,70,180). Sum of RGB (Red+Green+Blue) = 3+70+180=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 180 (70.70% from 255 or 71.15% from 253); Max value from RGB is 180 - color contains mainly: blue. Hex color #0346B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0346B4 is #FCB94B. Grayscale: #3E3E3E. Windows color (decimal): -16562508 or 11814403. OLE color: 11814403.

HSL color Cylindrical-coordinate representation of color #0346B4: hue angle of 217.29º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0346B4 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB370180-
CMYK0.980.6100.29
HSL217.29º96.72%35.88%-
HSV(B)217.29º98.33%70.59%-
XYZ10.477.6944.11-
YUV62.51194.385.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.19%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 180 (70.70% from 255) = 71.15%
R=1.19%
G=27.67%
B=71.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3701800.980.6100.29217.2996.7235.88
Hex346B4623D01Dd96124
Octal31062641427503533114144
Binary111000110101101001100010111101011101110110011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0346B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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