Html Css Color HEX #2375CA Denim

📋 copy color: '#2375CA'

red 35 ◦ green 117 ◦ blue 202

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

Shades of Denim #2375CA

Tints of Denim #2375CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.06%

R = 9.89%
G = 33.05%
B = 57.06%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2375CA (or 0x2375CA) is known color: Denim. HEX triplet: 23, 75 and CA. RGB value is (35,117,202). Sum of RGB (Red+Green+Blue) = 35+117+202=354 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.89% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #2375CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2375CA is #DC8A35. Grayscale: #656565. Windows color (decimal): -14453302 or 13268259. OLE color: 13268259.

HSL color Cylindrical-coordinate representation of color #2375CA: hue angle of 210.54º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2375CA is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 117 202 -
CMYK 0.83 0.42 0 0.21
HSL 210.54º 0.7% 0.46% -
HSV(B) 210.54º 0.83% 0.79% -
XYZ 17.72 17.34 58.29 -
YUV 102.17 184.33 80.09 -
System Red Green Blue C M Y K H S L
Decimal 35 117 202 0.83 0.42 0 0.21 210.54 0.7 0.46
Hex 23 75 CA 53 2A 0 15 D3 46 2E
Octal 43 165 312 123 52 0 25 323 106 56
Binary 100011 1110101 11001010 1010011 101010 0 10101 11010011 1000110 101110

Color Harmonies of #2375CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2375CA

Black with #2375CA

Text Example


Text Example

White with #2375CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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