#235FBF

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

Shades of Denim #235FBF

Tints of Denim #235FBF

Color information

#235FBF (or 0x235FBF) is unknown color: approx Denim. HEX triplet: 23, 5F and BF. RGB value is (35,95,191). Sum of RGB (Red+Green+Blue) = 35+95+191=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #235FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235FBF is #DCA040. Grayscale: #575757. Windows color (decimal): -14458945 or 12541731. OLE color: 12541731.

HSL color Cylindrical-coordinate representation of color #235FBF: hue angle of 216.92º 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 #235FBF is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3595191-
CMYK0.820.5000.25
HSL216.92º69.03%44.31%-
HSV(B)216.92º81.68%74.9%-
XYZ14.1912.350.92-
YUV88186.1290.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.90%
GREEN value IS 95 (37.5% from 255) = 29.60%
BLUE value IS 191 (75% from 255) = 59.50%
R=10.90%
G=29.60%
B=59.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35951910.820.5000.25216.9269.0344.31
Hex235FBF5232019d9452c
Octal431372771226203133110554
Binary1000111011111101111111010010110010011001110110011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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