Html Css Color HEX #2361AD Denim

📋 copy color: '#2361AD'

red 35 ◦ green 97 ◦ blue 173

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

Shades of Denim #2361AD

Tints of Denim #2361AD

RGB

 RED value IS 35 (14.06% from 255) = 11.48%

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

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

R = 11.48%
G = 31.8%
B = 56.72%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2361AD (or 0x2361AD) is known color: Denim. HEX triplet: 23, 61 and AD. RGB value is (35,97,173). Sum of RGB (Red+Green+Blue) = 35+97+173=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #2361AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2361AD is #DC9E52. Grayscale: #565656. Windows color (decimal): -14458451 or 11362595. OLE color: 11362595.

HSL color Cylindrical-coordinate representation of color #2361AD: hue angle of 213.04º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2361AD is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 97 173 -
CMYK 0.80 0.44 0 0.32
HSL 213.04º 0.66% 0.41% -
HSV(B) 213.04º 0.8% 0.68% -
XYZ 12.51 11.92 41.18 -
YUV 87.13 176.46 90.82 -
System Red Green Blue C M Y K H S L
Decimal 35 97 173 0.80 0.44 0 0.32 213.04 0.66 0.41
Hex 23 61 AD 50 2C 0 20 D5 42 29
Octal 43 141 255 120 54 0 40 325 102 51
Binary 100011 1100001 10101101 1010000 101100 0 100000 11010101 1000010 101001

Color Harmonies of #2361AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2361AD

Black with #2361AD

Text Example


Text Example

White with #2361AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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