#235FAF

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

Shades of Denim #235FAF

Tints of Denim #235FAF

Color information

#235FAF (or 0x235FAF) is unknown color: approx Denim. HEX triplet: 23, 5F and AF. RGB value is (35,95,175). Sum of RGB (Red+Green+Blue) = 35+95+175=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #235FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235FAF is #DCA050. Grayscale: #555555. Windows color (decimal): -14458961 or 11493155. OLE color: 11493155.

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

Color convert

RGB3595175-
CMYK0.80.4600.31
HSL214.29º66.67%41.18%-
HSV(B)214.29º80%68.63%-
XYZ12.5211.6442.14-
YUV86.18178.1291.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.48%
GREEN value IS 95 (37.5% from 255) = 31.15%
BLUE value IS 175 (68.75% from 255) = 57.38%
R=11.48%
G=31.15%
B=57.38%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal35951750.80.4600.31214.2966.6741.18
Hex235FAF502E01Fd64329
Octal431372571205603732610351
Binary1000111011111101011111010000101110011111110101101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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