Html Css Color HEX #235BAB Denim

📋 copy color: '#235BAB'

red 35 ◦ green 91 ◦ blue 171

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

Shades of Denim #235BAB

Tints of Denim #235BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.64%

 BLUE value IS 171 (67.19% from 255) = 57.58%

R = 11.78%
G = 30.64%
B = 57.58%

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

#235BAB (or 0x235BAB) is known color: Denim. HEX triplet: 23, 5B and AB. RGB value is (35,91,171). Sum of RGB (Red+Green+Blue) = 35+91+171=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #235BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235BAB is #DCA454. Grayscale: #535353. Windows color (decimal): -14459989 or 11229987. OLE color: 11229987.

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

Color convert

RGB 35 91 171 -
CMYK 0.80 0.47 0 0.33
HSL 215.29º 0.66% 0.4% -
HSV(B) 215.29º 0.8% 0.67% -
XYZ 11.78 10.78 39.99 -
YUV 83.38 177.45 93.5 -
System Red Green Blue C M Y K H S L
Decimal 35 91 171 0.80 0.47 0 0.33 215.29 0.66 0.4
Hex 23 5B AB 50 2F 0 21 D7 42 28
Octal 43 133 253 120 57 0 41 327 102 50
Binary 100011 1011011 10101011 1010000 101111 0 100001 11010111 1000010 101000

Color Harmonies of #235BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235BAB

Black with #235BAB

Text Example


Text Example

White with #235BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,91,171); }

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

background-color css

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

 a { background-color: rgb(35,91,171); }

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

border-color css

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

 span { border-color: rgb(35,91,171); }

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