Html Css Color HEX #0354AD Cobalt

📋 copy color: '#0354AD'

red 3 ◦ green 84 ◦ blue 173

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

Shades of Cobalt #0354AD

Tints of Cobalt #0354AD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.31%

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

R = 1.15%
G = 32.31%
B = 66.54%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0354AD (or 0x0354AD) is known color: Cobalt. HEX triplet: 03, 54 and AD. RGB value is (3,84,173). Sum of RGB (Red+Green+Blue) = 3+84+173=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #0354AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0354AD is #FCAB52. Grayscale: #454545. Windows color (decimal): -16558931 or 11359235. OLE color: 11359235.

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

Color convert

RGB 3 84 173 -
CMYK 0.98 0.51 0 0.32
HSL 211.41º 0.97% 0.35% -
HSV(B) 211.41º 0.98% 0.68% -
XYZ 10.75 9.38 40.78 -
YUV 69.93 186.16 80.26 -
System Red Green Blue C M Y K H S L
Decimal 3 84 173 0.98 0.51 0 0.32 211.41 0.97 0.35
Hex 3 54 AD 62 33 0 20 D3 61 23
Octal 3 124 255 142 63 0 40 323 141 43
Binary 11 1010100 10101101 1100010 110011 0 100000 11010011 1100001 100011

Color Harmonies of #0354AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0354AD

Black with #0354AD

Text Example


Text Example

White with #0354AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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