Html Css Color HEX #0355AD Cobalt

📋 copy color: '#0355AD'

red 3 ◦ green 85 ◦ blue 173

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

Shades of Cobalt #0355AD

Tints of Cobalt #0355AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.57%

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

R = 1.15%
G = 32.57%
B = 66.28%

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

#0355AD (or 0x0355AD) is known color: Cobalt. HEX triplet: 03, 55 and AD. RGB value is (3,85,173). Sum of RGB (Red+Green+Blue) = 3+85+173=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #0355AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0355AD is #FCAA52. Grayscale: #464646. Windows color (decimal): -16558675 or 11359491. OLE color: 11359491.

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

Color convert

RGB 3 85 173 -
CMYK 0.98 0.51 0 0.32
HSL 211.06º 0.97% 0.35% -
HSV(B) 211.06º 0.98% 0.68% -
XYZ 10.83 9.53 40.8 -
YUV 70.51 185.83 79.84 -
System Red Green Blue C M Y K H S L
Decimal 3 85 173 0.98 0.51 0 0.32 211.06 0.97 0.35
Hex 3 55 AD 62 33 0 20 D3 61 23
Octal 3 125 255 142 63 0 40 323 141 43
Binary 11 1010101 10101101 1100010 110011 0 100000 11010011 1100001 100011

Color Harmonies of #0355AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0355AD

Black with #0355AD

Text Example


Text Example

White with #0355AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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