Html Css Color HEX #235FAC Denim

📋 copy color: '#235FAC'

red 35 ◦ green 95 ◦ blue 172

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

Shades of Denim #235FAC

Tints of Denim #235FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.46%

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

R = 11.59%
G = 31.46%
B = 56.95%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#235FAC (or 0x235FAC) is known color: Denim. HEX triplet: 23, 5F and AC. RGB value is (35,95,172). Sum of RGB (Red+Green+Blue) = 35+95+172=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #235FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235FAC is #DCA053. Grayscale: #555555. Windows color (decimal): -14458964 or 11296547. OLE color: 11296547.

HSL color Cylindrical-coordinate representation of color #235FAC: hue angle of 213.72º 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 #235FAC is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 95 172 -
CMYK 0.80 0.45 0 0.33
HSL 213.72º 0.66% 0.41% -
HSV(B) 213.72º 0.8% 0.67% -
XYZ 12.23 11.52 40.61 -
YUV 85.84 176.62 91.74 -
System Red Green Blue C M Y K H S L
Decimal 35 95 172 0.80 0.45 0 0.33 213.72 0.66 0.41
Hex 23 5F AC 50 2D 0 21 D6 42 29
Octal 43 137 254 120 55 0 41 326 102 51
Binary 100011 1011111 10101100 1010000 101101 0 100001 11010110 1000010 101001

Color Harmonies of #235FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235FAC

Black with #235FAC

Text Example


Text Example

White with #235FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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