Html Css Color HEX #235AAA Denim

📋 copy color: '#235AAA'

red 35 ◦ green 90 ◦ blue 170

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

Shades of Denim #235AAA

Tints of Denim #235AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.63%

R = 11.86%
G = 30.51%
B = 57.63%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#235AAA (or 0x235AAA) is known color: Denim. HEX triplet: 23, 5A and AA. RGB value is (35,90,170). Sum of RGB (Red+Green+Blue) = 35+90+170=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #235AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235AAA is #DCA555. Grayscale: #525252. Windows color (decimal): -14460246 or 11164195. OLE color: 11164195.

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

Color convert

RGB 35 90 170 -
CMYK 0.79 0.47 0 0.33
HSL 215.56º 0.66% 0.4% -
HSV(B) 215.56º 0.79% 0.67% -
XYZ 11.61 10.57 39.46 -
YUV 82.68 177.28 94 -
System Red Green Blue C M Y K H S L
Decimal 35 90 170 0.79 0.47 0 0.33 215.56 0.66 0.4
Hex 23 5A AA 4F 2F 0 21 D8 42 28
Octal 43 132 252 117 57 0 41 330 102 50
Binary 100011 1011010 10101010 1001111 101111 0 100001 11011000 1000010 101000

Color Harmonies of #235AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235AAA

Black with #235AAA

Text Example


Text Example

White with #235AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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