#235eb8

Color #235EB8 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #235EB8

Tints of Denim #235EB8

Color information

#235EB8 (or 0x235EB8) is unknown color: approx Denim. HEX triplet: 23, 5E and B8. RGB value is (35,94,184). Sum of RGB (Red+Green+Blue) = 35+94+184=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 184 (72.27% from 255 or 58.79% from 313); Max value from RGB is 184 - color contains mainly: blue. Hex color #235EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235EB8 is #DCA147. Grayscale: #565656. Windows color (decimal): -14459208 or 12082723. OLE color: 12082723.

HSL color Cylindrical-coordinate representation of color #235EB8: hue angle of 216.24º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #235EB8 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3594184-
CMYK0.810.4900.28
HSL216.24º68.04%42.94%-
HSV(B)216.24º80.98%72.16%-
XYZ13.3511.8246.93-
YUV86.62182.9591.18-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.18%
GREEN value IS 94 (37.11% from 255) = 30.03%
BLUE value IS 184 (72.27% from 255) = 58.79%
R=11.18%
G=30.03%
B=58.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal35941840.810.4900.28216.2468.0442.94
Hex235EB8513101Cd8442b
Octal431362701216103433010453
Binary1000111011110101110001010001110001011100110110001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235eb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,94,184); }

 H1.HeaderClassName
 {
   color: #235eb8;
 }
 .AnyTagClassName
 {
   color: #235eb8;
 }
</style>
background-color css

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

 a { background-color: rgb(35,94,184); }

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

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

 span { border-color: rgb(35,94,184); }

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