#232ABE

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

Shades of Persian Blue #232ABE

Tints of Persian Blue #232ABE

Color information

#232ABE (or 0x232ABE) is unknown color: approx Persian Blue. HEX triplet: 23, 2A and BE. RGB value is (35,42,190). Sum of RGB (Red+Green+Blue) = 35+42+190=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 190 (74.61% from 255 or 71.16% from 267); Max value from RGB is 190 - color contains mainly: blue. Hex color #232ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ABE is #DCD541. Grayscale: #383838. Windows color (decimal): -14472514 or 12462627. OLE color: 12462627.

HSL color Cylindrical-coordinate representation of color #232ABE: hue angle of 237.29º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #232ABE is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3542190-
CMYK0.820.7800.25
HSL237.29º68.89%44.12%-
HSV(B)237.29º81.58%74.51%-
XYZ10.825.7349.25-
YUV56.78203.18112.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.11%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 190 (74.61% from 255) = 71.16%
R=13.11%
G=15.73%
B=71.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35421900.820.7800.25237.2968.8944.12
Hex232ABE524E019ed452c
Octal435227612211603135510554
Binary1000111010101011111010100101001110011001111011011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232ABE; }

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

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

<style>
 a { background-color: #232ABE; }

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

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

<style>
 span { border-color: #232ABE; }

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

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