Html Css Color HEX #2360AF Denim

📋 copy color: '#2360AF'

red 35 ◦ green 96 ◦ blue 175

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

Shades of Denim #2360AF

Tints of Denim #2360AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.19%

R = 11.44%
G = 31.37%
B = 57.19%

CMYK

 C value IS 0.8

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2360AF (or 0x2360AF) is known color: Denim. HEX triplet: 23, 60 and AF. RGB value is (35,96,175). Sum of RGB (Red+Green+Blue) = 35+96+175=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #2360AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2360AF is #DC9F50. Grayscale: #565656. Windows color (decimal): -14458705 or 11493411. OLE color: 11493411.

HSL color Cylindrical-coordinate representation of color #2360AF: hue angle of 213.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2360AF is Cyan = 0.8, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 35 96 175 -
CMYK 0.8 0.45 0 0.31
HSL 213.86º 0.67% 0.41% -
HSV(B) 213.86º 0.8% 0.69% -
XYZ 12.61 11.82 42.17 -
YUV 86.77 177.79 91.08 -
System Red Green Blue C M Y K H S L
Decimal 35 96 175 0.8 0.45 0 0.31 213.86 0.67 0.41
Hex 23 60 AF 50 2D 0 1F D6 43 29
Octal 43 140 257 120 55 0 37 326 103 51
Binary 100011 1100000 10101111 1010000 101101 0 11111 11010110 1000011 101001

Color Harmonies of #2360AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2360AF

Black with #2360AF

Text Example


Text Example

White with #2360AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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