#235EBF

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

Shades of Denim #235EBF

Tints of Denim #235EBF

Color information

#235EBF (or 0x235EBF) is unknown color: approx Denim. HEX triplet: 23, 5E and BF. RGB value is (35,94,191). Sum of RGB (Red+Green+Blue) = 35+94+191=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #235EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235EBF is #DCA140. Grayscale: #565656. Windows color (decimal): -14459201 or 12541475. OLE color: 12541475.

HSL color Cylindrical-coordinate representation of color #235EBF: hue angle of 217.31º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #235EBF is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3594191-
CMYK0.820.5100.25
HSL217.31º69.03%44.31%-
HSV(B)217.31º81.68%74.9%-
XYZ14.112.1250.89-
YUV87.42186.4590.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.94%
GREEN value IS 94 (37.11% from 255) = 29.38%
BLUE value IS 191 (75% from 255) = 59.69%
R=10.94%
G=29.38%
B=59.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35941910.820.5100.25217.3169.0344.31
Hex235EBF5233019d9452c
Octal431362771226303133110554
Binary1000111011110101111111010010110011011001110110011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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