Html Css Color HEX #235DB1 Denim

📋 copy color: '#235DB1'

red 35 ◦ green 93 ◦ blue 177

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

Shades of Denim #235DB1

Tints of Denim #235DB1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.49%

 BLUE value IS 177 (69.53% from 255) = 58.03%

R = 11.48%
G = 30.49%
B = 58.03%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#235DB1 (or 0x235DB1) is known color: Denim. HEX triplet: 23, 5D and B1. RGB value is (35,93,177). Sum of RGB (Red+Green+Blue) = 35+93+177=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #235DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235DB1 is #DCA24E. Grayscale: #545454. Windows color (decimal): -14459471 or 11623715. OLE color: 11623715.

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

Color convert

RGB 35 93 177 -
CMYK 0.80 0.47 0 0.31
HSL 215.49º 0.67% 0.42% -
HSV(B) 215.49º 0.8% 0.69% -
XYZ 12.54 11.36 43.13 -
YUV 85.23 179.78 92.17 -
System Red Green Blue C M Y K H S L
Decimal 35 93 177 0.80 0.47 0 0.31 215.49 0.67 0.42
Hex 23 5D B1 50 2F 0 1F D7 43 2A
Octal 43 135 261 120 57 0 37 327 103 52
Binary 100011 1011101 10110001 1010000 101111 0 11111 11010111 1000011 101010

Color Harmonies of #235DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235DB1

Black with #235DB1

Text Example


Text Example

White with #235DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,93,177); }

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

background-color css

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

 a { background-color: rgb(35,93,177); }

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

border-color css

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

 span { border-color: rgb(35,93,177); }

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