Html Css Color HEX #2B23D5 Persian Blue

📋 copy color: '#2B23D5'

red 43 ◦ green 35 ◦ blue 213

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

Shades of Persian Blue #2B23D5

Tints of Persian Blue #2B23D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 73.2%

R = 14.78%
G = 12.03%
B = 73.2%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2B23D5 (or 0x2B23D5) is known color: Persian Blue. HEX triplet: 2B, 23 and D5. RGB value is (43,35,213). Sum of RGB (Red+Green+Blue) = 43+35+213=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 213 (83.59% from 255 or 73.20% from 291); Max value from RGB is 213 - color contains mainly: blue. Hex color #2B23D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B23D5 is #D4DC2A. Grayscale: #383838. Windows color (decimal): -13949995 or 13968171. OLE color: 13968171.

HSL color Cylindrical-coordinate representation of color #2B23D5: hue angle of 242.7º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B23D5 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 35 213 -
CMYK 0.80 0.84 0 0.16
HSL 242.7º 0.72% 0.49% -
HSV(B) 242.7º 0.84% 0.84% -
XYZ 13.61 6.52 63.49 -
YUV 57.68 215.65 117.53 -
System Red Green Blue C M Y K H S L
Decimal 43 35 213 0.80 0.84 0 0.16 242.7 0.72 0.49
Hex 2B 23 D5 50 54 0 10 F3 48 31
Octal 53 43 325 120 124 0 20 363 110 61
Binary 101011 100011 11010101 1010000 1010100 0 10000 11110011 1001000 110001

Color Harmonies of #2B23D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B23D5

Black with #2B23D5

Text Example


Text Example

White with #2B23D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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