Html Css Color HEX #2360AB Denim

📋 copy color: '#2360AB'

red 35 ◦ green 96 ◦ blue 171

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

Shades of Denim #2360AB

Tints of Denim #2360AB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.79%

 BLUE value IS 171 (67.19% from 255) = 56.62%

R = 11.59%
G = 31.79%
B = 56.62%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2360AB (or 0x2360AB) is known color: Denim. HEX triplet: 23, 60 and AB. RGB value is (35,96,171). Sum of RGB (Red+Green+Blue) = 35+96+171=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #2360AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2360AB is #DC9F54. Grayscale: #555555. Windows color (decimal): -14458709 or 11231267. OLE color: 11231267.

HSL color Cylindrical-coordinate representation of color #2360AB: hue angle of 213.09º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2360AB is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 96 171 -
CMYK 0.80 0.44 0 0.33
HSL 213.09º 0.66% 0.4% -
HSV(B) 213.09º 0.8% 0.67% -
XYZ 12.23 11.66 40.13 -
YUV 86.31 175.79 91.4 -
System Red Green Blue C M Y K H S L
Decimal 35 96 171 0.80 0.44 0 0.33 213.09 0.66 0.4
Hex 23 60 AB 50 2C 0 21 D5 42 28
Octal 43 140 253 120 54 0 41 325 102 50
Binary 100011 1100000 10101011 1010000 101100 0 100001 11010101 1000010 101000

Color Harmonies of #2360AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2360AB

Black with #2360AB

Text Example


Text Example

White with #2360AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2360AB; }

 p { color: rgb(35,96,171); }

 H1.HeaderClassName
 {
   color: #2360AB;
 }
 .AnyTagClassName
 {
   color: #2360AB;
 }
</style>

background-color css

<style>
 a { background-color: #2360AB; }

 a { background-color: rgb(35,96,171); }

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

border-color css

<style>
 span { border-color: #2360AB; }

 span { border-color: rgb(35,96,171); }

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