#231AF6

Color #231AF6 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #231AF6

Tints of Blue #231AF6

Color information

#231AF6 (or 0x231AF6) is unknown color: approx Blue. HEX triplet: 23, 1A and F6. RGB value is (35,26,246). Sum of RGB (Red+Green+Blue) = 35+26+246=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 246 (96.48% from 255 or 80.13% from 307); Max value from RGB is 246 - color contains mainly: blue. Hex color #231AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231AF6 is #DCE509. Grayscale: #343434. Windows color (decimal): -14476554 or 16128547. OLE color: 16128547.

HSL color Cylindrical-coordinate representation of color #231AF6: hue angle of 242.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #231AF6 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3526246-
CMYK0.860.8900.04
HSL242.45º92.44%53.33%-
HSV(B)242.45º89.43%96.47%-
XYZ17.77.7587.75-
YUV53.77236.48114.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.40%
GREEN value IS 26 (10.55% from 255) = 8.47%
BLUE value IS 246 (96.48% from 255) = 80.13%
R=11.40%
G=8.47%
B=80.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal35262460.860.8900.04242.4592.4453.33
Hex231AF6565904f25c35
Octal43323661261310436213465
Binary1000111101011110110101011010110010100111100101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231AF6; }

 p { color: rgb(35,26,246); }

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

<style>
 a { background-color: #231AF6; }

 a { background-color: rgb(35,26,246); }

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

<style>
 span { border-color: #231AF6; }

 span { border-color: rgb(35,26,246); }

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