Html Css Color HEX #2B23BC Persian Blue

📋 copy color: '#2B23BC'

red 43 ◦ green 35 ◦ blue 188

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

Shades of Persian Blue #2B23BC

Tints of Persian Blue #2B23BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.68%

R = 16.17%
G = 13.16%
B = 70.68%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B23BC (or 0x2B23BC) is known color: Persian Blue. HEX triplet: 2B, 23 and BC. RGB value is (43,35,188). Sum of RGB (Red+Green+Blue) = 43+35+188=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B23BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B23BC is #D4DC43. Grayscale: #363636. Windows color (decimal): -13950020 or 12329771. OLE color: 12329771.

HSL color Cylindrical-coordinate representation of color #2B23BC: hue angle of 243.14º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B23BC is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 35 188 -
CMYK 0.77 0.81 0 0.26
HSL 243.14º 0.69% 0.44% -
HSV(B) 243.14º 0.81% 0.74% -
XYZ 10.67 5.35 48.05 -
YUV 54.83 203.15 119.56 -
System Red Green Blue C M Y K H S L
Decimal 43 35 188 0.77 0.81 0 0.26 243.14 0.69 0.44
Hex 2B 23 BC 4D 51 0 1A F3 45 2C
Octal 53 43 274 115 121 0 32 363 105 54
Binary 101011 100011 10111100 1001101 1010001 0 11010 11110011 1000101 101100

Color Harmonies of #2B23BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B23BC

Black with #2B23BC

Text Example


Text Example

White with #2B23BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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