Html Css Color HEX #2375BC Denim

📋 copy color: '#2375BC'

red 35 ◦ green 117 ◦ blue 188

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

Shades of Denim #2375BC

Tints of Denim #2375BC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

 BLUE value IS 188 (73.83% from 255) = 55.29%

R = 10.29%
G = 34.41%
B = 55.29%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2375BC (or 0x2375BC) is known color: Denim. HEX triplet: 23, 75 and BC. RGB value is (35,117,188). Sum of RGB (Red+Green+Blue) = 35+117+188=340 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.29% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #2375BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2375BC is #DC8A43. Grayscale: #646464. Windows color (decimal): -14453316 or 12350755. OLE color: 12350755.

HSL color Cylindrical-coordinate representation of color #2375BC: hue angle of 207.84º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2375BC is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 117 188 -
CMYK 0.81 0.38 0 0.26
HSL 207.84º 0.69% 0.44% -
HSV(B) 207.84º 0.81% 0.74% -
XYZ 16.13 16.71 49.95 -
YUV 100.58 177.33 81.23 -
System Red Green Blue C M Y K H S L
Decimal 35 117 188 0.81 0.38 0 0.26 207.84 0.69 0.44
Hex 23 75 BC 51 26 0 1A D0 45 2C
Octal 43 165 274 121 46 0 32 320 105 54
Binary 100011 1110101 10111100 1010001 100110 0 11010 11010000 1000101 101100

Color Harmonies of #2375BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2375BC

Black with #2375BC

Text Example


Text Example

White with #2375BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2375BC; }

 p { color: rgb(35,117,188); }

 H1.HeaderClassName
 {
   color: #2375BC;
 }
 .AnyTagClassName
 {
   color: #2375BC;
 }
</style>

background-color css

<style>
 a { background-color: #2375BC; }

 a { background-color: rgb(35,117,188); }

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

border-color css

<style>
 span { border-color: #2375BC; }

 span { border-color: rgb(35,117,188); }

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