Html Css Color HEX #235CAC Denim

📋 copy color: '#235CAC'

red 35 ◦ green 92 ◦ blue 172

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

Shades of Denim #235CAC

Tints of Denim #235CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.77%

 BLUE value IS 172 (67.58% from 255) = 57.53%

R = 11.71%
G = 30.77%
B = 57.53%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#235CAC (or 0x235CAC) is known color: Denim. HEX triplet: 23, 5C and AC. RGB value is (35,92,172). Sum of RGB (Red+Green+Blue) = 35+92+172=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #235CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235CAC is #DCA353. Grayscale: #535353. Windows color (decimal): -14459732 or 11295779. OLE color: 11295779.

HSL color Cylindrical-coordinate representation of color #235CAC: hue angle of 215.04º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #235CAC is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 92 172 -
CMYK 0.80 0.47 0 0.33
HSL 215.04º 0.66% 0.41% -
HSV(B) 215.04º 0.8% 0.67% -
XYZ 11.97 10.99 40.52 -
YUV 84.08 177.62 93 -
System Red Green Blue C M Y K H S L
Decimal 35 92 172 0.80 0.47 0 0.33 215.04 0.66 0.41
Hex 23 5C AC 50 2F 0 21 D7 42 29
Octal 43 134 254 120 57 0 41 327 102 51
Binary 100011 1011100 10101100 1010000 101111 0 100001 11010111 1000010 101001

Color Harmonies of #235CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235CAC

Black with #235CAC

Text Example


Text Example

White with #235CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235CAC; }

 p { color: rgb(35,92,172); }

 H1.HeaderClassName
 {
   color: #235CAC;
 }
 .AnyTagClassName
 {
   color: #235CAC;
 }
</style>

background-color css

<style>
 a { background-color: #235CAC; }

 a { background-color: rgb(35,92,172); }

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

border-color css

<style>
 span { border-color: #235CAC; }

 span { border-color: rgb(35,92,172); }

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