Html Css Color HEX #0361AD Denim

📋 copy color: '#0361AD'

red 3 ◦ green 97 ◦ blue 173

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

Shades of Denim #0361AD

Tints of Denim #0361AD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.53%

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

R = 1.1%
G = 35.53%
B = 63.37%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0361AD (or 0x0361AD) is known color: Denim. HEX triplet: 03, 61 and AD. RGB value is (3,97,173). Sum of RGB (Red+Green+Blue) = 3+97+173=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #0361AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0361AD is #FC9E52. Grayscale: #4D4D4D. Windows color (decimal): -16555603 or 11362563. OLE color: 11362563.

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

Color convert

RGB 3 97 173 -
CMYK 0.98 0.44 0 0.32
HSL 206.82º 0.97% 0.35% -
HSV(B) 206.82º 0.98% 0.68% -
XYZ 11.86 11.59 41.15 -
YUV 77.56 181.86 74.82 -
System Red Green Blue C M Y K H S L
Decimal 3 97 173 0.98 0.44 0 0.32 206.82 0.97 0.35
Hex 3 61 AD 62 2C 0 20 CF 61 23
Octal 3 141 255 142 54 0 40 317 141 43
Binary 11 1100001 10101101 1100010 101100 0 100000 11001111 1100001 100011

Color Harmonies of #0361AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0361AD

Black with #0361AD

Text Example


Text Example

White with #0361AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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