Html Css Color HEX #0346AE Cobalt

📋 copy color: '#0346AE'

red 3 ◦ green 70 ◦ blue 174

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

Shades of Cobalt #0346AE

Tints of Cobalt #0346AE

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 value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0346AE (or 0x0346AE) is known color: 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

RGB 3 70 174 -
CMYK 0.98 0.60 0 0.32
HSL 216.49º 0.97% 0.35% -
HSV(B) 216.49º 0.98% 0.68% -
XYZ 9.87 7.46 40.96 -
YUV 61.82 191.3 86.04 -
System Red Green Blue C M Y K H S L
Decimal 3 70 174 0.98 0.60 0 0.32 216.49 0.97 0.35
Hex 3 46 AE 62 3C 0 20 D8 61 23
Octal 3 106 256 142 74 0 40 330 141 43
Binary 11 1000110 10101110 1100010 111100 0 100000 11011000 1100001 100011

Color Harmonies of #0346AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0346AE

Black with #0346AE

Text Example


Text Example

White with #0346AE

Text Example


Text Example

HTML Codes & Css Web 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>