#231DBE

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

Shades of Persian Blue #231DBE

Tints of Persian Blue #231DBE

Color information

#231DBE (or 0x231DBE) is unknown color: approx Persian Blue. HEX triplet: 23, 1D and BE. RGB value is (35,29,190). Sum of RGB (Red+Green+Blue) = 35+29+190=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #231DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231DBE is #DCE241. Grayscale: #303030. Windows color (decimal): -14475842 or 12459299. OLE color: 12459299.

HSL color Cylindrical-coordinate representation of color #231DBE: hue angle of 242.24º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231DBE is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3529190-
CMYK0.820.8500.25
HSL242.24º73.52%42.94%-
HSV(B)242.24º84.74%74.51%-
XYZ10.434.9549.12-
YUV49.15207.49117.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.78%
GREEN value IS 29 (11.72% from 255) = 11.42%
BLUE value IS 190 (74.61% from 255) = 74.80%
R=13.78%
G=11.42%
B=74.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35291900.820.8500.25242.2473.5242.94
Hex231DBE5255019f24a2b
Octal433527612212503136211253
Binary100011111011011111010100101010101011001111100101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,29,190); }

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

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

 a { background-color: rgb(35,29,190); }

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

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

 span { border-color: rgb(35,29,190); }

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