#236FBF

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

Shades of Denim #236FBF

Tints of Denim #236FBF

Color information

#236FBF (or 0x236FBF) is unknown color: approx Denim. HEX triplet: 23, 6F and BF. RGB value is (35,111,191). Sum of RGB (Red+Green+Blue) = 35+111+191=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #236FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236FBF is #DC9040. Grayscale: #616161. Windows color (decimal): -14454849 or 12545827. OLE color: 12545827.

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

Color convert

RGB35111191-
CMYK0.820.4200.25
HSL210.77º69.03%44.31%-
HSV(B)210.77º81.68%74.9%-
XYZ15.7815.4951.45-
YUV97.4180.8283.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.39%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 191 (75% from 255) = 56.68%
R=10.39%
G=32.94%
B=56.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal351111910.820.4200.25210.7769.0344.31
Hex236FBF522A019d3452c
Octal431572771225203132310554
Binary1000111101111101111111010010101010011001110100111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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