#2B23BE

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

Shades of Persian Blue #2B23BE

Tints of Persian Blue #2B23BE

Color information

#2B23BE (or 0x2B23BE) is unknown color: approx Persian Blue. HEX triplet: 2B, 23 and BE. RGB value is (43,35,190). Sum of RGB (Red+Green+Blue) = 43+35+190=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B23BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B23BE is #D4DC41. Grayscale: #363636. Windows color (decimal): -13950018 or 12460843. OLE color: 12460843.

HSL color Cylindrical-coordinate representation of color #2B23BE: hue angle of 243.1º 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 #2B23BE is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4335190-
CMYK0.770.8200.25
HSL243.1º68.89%44.12%-
HSV(B)243.1º81.58%74.51%-
XYZ10.895.4349.19-
YUV55.06204.15119.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.04%
GREEN value IS 35 (14.06% from 255) = 13.06%
BLUE value IS 190 (74.61% from 255) = 70.90%
R=16.04%
G=13.06%
B=70.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal43351900.770.8200.25243.168.8944.12
Hex2B23BE4D52019f3452c
Octal534327611512203136310554
Binary1010111000111011111010011011010010011001111100111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B23BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B23BE; }

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

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

<style>
 a { background-color: #2B23BE; }

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

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

<style>
 span { border-color: #2B23BE; }

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

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