#231CDD

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

Shades of Medium Blue #231CDD

Tints of Medium Blue #231CDD

Color information

#231CDD (or 0x231CDD) is unknown color: approx Medium Blue. HEX triplet: 23, 1C and DD. RGB value is (35,28,221). Sum of RGB (Red+Green+Blue) = 35+28+221=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #231CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231CDD is #DCE322. Grayscale: #333333. Windows color (decimal): -14476067 or 14490659. OLE color: 14490659.

HSL color Cylindrical-coordinate representation of color #231CDD: hue angle of 242.18º 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 #231CDD is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3528221-
CMYK0.840.8700.13
HSL242.18º77.51%48.82%-
HSV(B)242.18º87.33%86.67%-
XYZ14.166.4168.9-
YUV52.1223.32115.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.32%
GREEN value IS 28 (11.33% from 255) = 9.86%
BLUE value IS 221 (86.72% from 255) = 77.82%
R=12.32%
G=9.86%
B=77.82%

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
Decimal35282210.840.8700.13242.1877.5148.82
Hex231CDD54570Df24e31
Octal433433512412701536211661
Binary10001111100110111011010100101011101101111100101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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