Html Css Color HEX #235AAD Denim

📋 copy color: '#235AAD'

red 35 ◦ green 90 ◦ blue 173

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

Shades of Denim #235AAD

Tints of Denim #235AAD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.2%

 BLUE value IS 173 (67.97% from 255) = 58.05%

R = 11.74%
G = 30.2%
B = 58.05%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#235AAD (or 0x235AAD) is known color: Denim. HEX triplet: 23, 5A and AD. RGB value is (35,90,173). Sum of RGB (Red+Green+Blue) = 35+90+173=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #235AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235AAD is #DCA552. Grayscale: #525252. Windows color (decimal): -14460243 or 11360803. OLE color: 11360803.

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

Color convert

RGB 35 90 173 -
CMYK 0.80 0.48 0 0.32
HSL 216.09º 0.66% 0.41% -
HSV(B) 216.09º 0.8% 0.68% -
XYZ 11.89 10.69 40.97 -
YUV 83.02 178.78 93.75 -
System Red Green Blue C M Y K H S L
Decimal 35 90 173 0.80 0.48 0 0.32 216.09 0.66 0.41
Hex 23 5A AD 50 30 0 20 D8 42 29
Octal 43 132 255 120 60 0 40 330 102 51
Binary 100011 1011010 10101101 1010000 110000 0 100000 11011000 1000010 101001

Color Harmonies of #235AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235AAD

Black with #235AAD

Text Example


Text Example

White with #235AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,90,173); }

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

background-color css

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

 a { background-color: rgb(35,90,173); }

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

border-color css

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

 span { border-color: rgb(35,90,173); }

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