Html Css Color HEX #2375CD Denim

📋 copy color: '#2375CD'

red 35 ◦ green 117 ◦ blue 205

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

Shades of Denim #2375CD

Tints of Denim #2375CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.42%

R = 9.8%
G = 32.77%
B = 57.42%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2375CD (or 0x2375CD) is known color: Denim. HEX triplet: 23, 75 and CD. RGB value is (35,117,205). Sum of RGB (Red+Green+Blue) = 35+117+205=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #2375CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2375CD is #DC8A32. Grayscale: #666666. Windows color (decimal): -14453299 or 13464867. OLE color: 13464867.

HSL color Cylindrical-coordinate representation of color #2375CD: hue angle of 211.06º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2375CD is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 117 205 -
CMYK 0.83 0.43 0 0.20
HSL 211.06º 0.71% 0.47% -
HSV(B) 211.06º 0.83% 0.8% -
XYZ 18.07 17.49 60.18 -
YUV 102.51 185.83 79.84 -
System Red Green Blue C M Y K H S L
Decimal 35 117 205 0.83 0.43 0 0.20 211.06 0.71 0.47
Hex 23 75 CD 53 2B 0 14 D3 47 2F
Octal 43 165 315 123 53 0 24 323 107 57
Binary 100011 1110101 11001101 1010011 101011 0 10100 11010011 1000111 101111

Color Harmonies of #2375CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2375CD

Black with #2375CD

Text Example


Text Example

White with #2375CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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