Html Css Color HEX #0347AD Cobalt

📋 copy color: '#0347AD'

red 3 ◦ green 71 ◦ blue 173

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

Shades of Cobalt #0347AD

Tints of Cobalt #0347AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.74%

 BLUE value IS 173 (67.97% from 255) = 70.04%

R = 1.21%
G = 28.74%
B = 70.04%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0347AD (or 0x0347AD) is known color: Cobalt. HEX triplet: 03, 47 and AD. RGB value is (3,71,173). Sum of RGB (Red+Green+Blue) = 3+71+173=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #0347AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0347AD is #FCB852. Grayscale: #3D3D3D. Windows color (decimal): -16562259 or 11355907. OLE color: 11355907.

HSL color Cylindrical-coordinate representation of color #0347AD: hue angle of 216º 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 #0347AD is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 71 173 -
CMYK 0.98 0.59 0 0.32
HSL 216º 0.97% 0.35% -
HSV(B) 216º 0.98% 0.68% -
XYZ 9.83 7.54 40.47 -
YUV 62.3 190.47 85.71 -
System Red Green Blue C M Y K H S L
Decimal 3 71 173 0.98 0.59 0 0.32 216 0.97 0.35
Hex 3 47 AD 62 3B 0 20 D8 61 23
Octal 3 107 255 142 73 0 40 330 141 43
Binary 11 1000111 10101101 1100010 111011 0 100000 11011000 1100001 100011

Color Harmonies of #0347AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0347AD

Black with #0347AD

Text Example


Text Example

White with #0347AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0347AD; }

 p { color: rgb(3,71,173); }

 H1.HeaderClassName
 {
   color: #0347AD;
 }
 .AnyTagClassName
 {
   color: #0347AD;
 }
</style>

background-color css

<style>
 a { background-color: #0347AD; }

 a { background-color: rgb(3,71,173); }

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

border-color css

<style>
 span { border-color: #0347AD; }

 span { border-color: rgb(3,71,173); }

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