Html Css Color HEX #2376BE Denim

📋 copy color: '#2376BE'

red 35 ◦ green 118 ◦ blue 190

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

Shades of Denim #2376BE

Tints of Denim #2376BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

 BLUE value IS 190 (74.61% from 255) = 55.39%

R = 10.2%
G = 34.4%
B = 55.39%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2376BE (or 0x2376BE) is known color: Denim. HEX triplet: 23, 76 and BE. RGB value is (35,118,190). Sum of RGB (Red+Green+Blue) = 35+118+190=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #2376BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2376BE is #DC8941. Grayscale: #656565. Windows color (decimal): -14453058 or 12482083. OLE color: 12482083.

HSL color Cylindrical-coordinate representation of color #2376BE: hue angle of 207.87º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2376BE is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 118 190 -
CMYK 0.82 0.38 0 0.25
HSL 207.87º 0.69% 0.44% -
HSV(B) 207.87º 0.82% 0.75% -
XYZ 16.47 17.03 51.13 -
YUV 101.39 178 80.65 -
System Red Green Blue C M Y K H S L
Decimal 35 118 190 0.82 0.38 0 0.25 207.87 0.69 0.44
Hex 23 76 BE 52 26 0 19 D0 45 2C
Octal 43 166 276 122 46 0 31 320 105 54
Binary 100011 1110110 10111110 1010010 100110 0 11001 11010000 1000101 101100

Color Harmonies of #2376BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2376BE

Black with #2376BE

Text Example


Text Example

White with #2376BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2376BE; }

 p { color: rgb(35,118,190); }

 H1.HeaderClassName
 {
   color: #2376BE;
 }
 .AnyTagClassName
 {
   color: #2376BE;
 }
</style>

background-color css

<style>
 a { background-color: #2376BE; }

 a { background-color: rgb(35,118,190); }

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

border-color css

<style>
 span { border-color: #2376BE; }

 span { border-color: rgb(35,118,190); }

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