Html Css Color HEX #2B23DF Persian Blue

📋 copy color: '#2B23DF'

red 43 ◦ green 35 ◦ blue 223

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

Shades of Persian Blue #2B23DF

Tints of Persian Blue #2B23DF

RGB

 RED value IS 43 (17.19% from 255) = 14.29%

 GREEN value IS 35 (14.06% from 255) = 11.63%

 BLUE value IS 223 (87.5% from 255) = 74.09%

R = 14.29%
G = 11.63%
B = 74.09%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B23DF (or 0x2B23DF) is known color: Persian Blue. HEX triplet: 2B, 23 and DF. RGB value is (43,35,223). Sum of RGB (Red+Green+Blue) = 43+35+223=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B23DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B23DF is #D4DC20. Grayscale: #3A3A3A. Windows color (decimal): -13949985 or 14623531. OLE color: 14623531.

HSL color Cylindrical-coordinate representation of color #2B23DF: hue angle of 242.55º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B23DF is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 35 223 -
CMYK 0.81 0.84 0 0.13
HSL 242.55º 0.75% 0.51% -
HSV(B) 242.55º 0.84% 0.87% -
XYZ 14.92 7.04 70.39 -
YUV 58.82 220.65 116.71 -
System Red Green Blue C M Y K H S L
Decimal 43 35 223 0.81 0.84 0 0.13 242.55 0.75 0.51
Hex 2B 23 DF 51 54 0 D F3 4B 33
Octal 53 43 337 121 124 0 15 363 113 63
Binary 101011 100011 11011111 1010001 1010100 0 1101 11110011 1001011 110011

Color Harmonies of #2B23DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B23DF

Black with #2B23DF

Text Example


Text Example

White with #2B23DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B23DF;
 }
 .AnyTagClassName
 {
   color: #2B23DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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