Html Css Color HEX #2B23BE Persian Blue

📋 copy color: '#2B23BE'

red 43 ◦ green 35 ◦ blue 190

#2B23BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2B23BE

Tints of Persian Blue #2B23BE

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.9%

R = 16.04%
G = 13.06%
B = 70.9%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B23BE (or 0x2B23BE) is known color: 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

RGB 43 35 190 -
CMYK 0.77 0.82 0 0.25
HSL 243.1º 0.69% 0.44% -
HSV(B) 243.1º 0.82% 0.75% -
XYZ 10.89 5.43 49.19 -
YUV 55.06 204.15 119.4 -
System Red Green Blue C M Y K H S L
Decimal 43 35 190 0.77 0.82 0 0.25 243.1 0.69 0.44
Hex 2B 23 BE 4D 52 0 19 F3 45 2C
Octal 53 43 276 115 122 0 31 363 105 54
Binary 101011 100011 10111110 1001101 1010010 0 11001 11110011 1000101 101100

Color Harmonies of #2B23BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B23BE

Black with #2B23BE

Text Example


Text Example

White with #2B23BE

Text Example


Text Example

HTML Codes & Css Web 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>