#231FBE

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

Shades of Persian Blue #231FBE

Tints of Persian Blue #231FBE

Color information

#231FBE (or 0x231FBE) is unknown color: approx Persian Blue. HEX triplet: 23, 1F and BE. RGB value is (35,31,190). Sum of RGB (Red+Green+Blue) = 35+31+190=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #231FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231FBE is #DCE041. Grayscale: #313131. Windows color (decimal): -14475330 or 12459811. OLE color: 12459811.

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

Color convert

RGB3531190-
CMYK0.820.8400.25
HSL241.51º71.95%43.33%-
HSV(B)241.51º83.68%74.51%-
XYZ10.485.0649.14-
YUV50.32206.83117.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.67%
GREEN value IS 31 (12.5% from 255) = 12.11%
BLUE value IS 190 (74.61% from 255) = 74.22%
R=13.67%
G=12.11%
B=74.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35311900.820.8400.25241.5171.9543.33
Hex231FBE5254019f2482b
Octal433727612212403136211053
Binary100011111111011111010100101010100011001111100101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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