#231cde

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

Shades of Medium Blue #231CDE

Tints of Medium Blue #231CDE

Color information

#231CDE (or 0x231CDE) is unknown color: approx Medium Blue. HEX triplet: 23, 1C and DE. RGB value is (35,28,222). Sum of RGB (Red+Green+Blue) = 35+28+222=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 222 (87.11% from 255 or 77.89% from 285); Max value from RGB is 222 - color contains mainly: blue. Hex color #231CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231CDE is #DCE321. Grayscale: #333333. Windows color (decimal): -14476066 or 14556195. OLE color: 14556195.

HSL color Cylindrical-coordinate representation of color #231CDE: hue angle of 242.16º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231CDE is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3528222-
CMYK0.840.8700.13
HSL242.16º77.6%49.02%-
HSV(B)242.16º87.39%87.06%-
XYZ14.296.4669.6-
YUV52.21223.82115.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.28%
GREEN value IS 28 (11.33% from 255) = 9.82%
BLUE value IS 222 (87.11% from 255) = 77.89%
R=12.28%
G=9.82%
B=77.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal35282220.840.8700.13242.1677.649.02
Hex231CDE54570Df24e31
Octal433433612412701536211661
Binary10001111100110111101010100101011101101111100101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231cde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,28,222); }

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

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

 a { background-color: rgb(35,28,222); }

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

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

 span { border-color: rgb(35,28,222); }

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