Html Css Color HEX #2B17BC Persian Blue

📋 copy color: '#2B17BC'

red 43 ◦ green 23 ◦ blue 188

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

Shades of Persian Blue #2B17BC

Tints of Persian Blue #2B17BC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

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

R = 16.93%
G = 9.06%
B = 74.02%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B17BC (or 0x2B17BC) is known color: Persian Blue. HEX triplet: 2B, 17 and BC. RGB value is (43,23,188). Sum of RGB (Red+Green+Blue) = 43+23+188=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B17BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B17BC is #D4E843. Grayscale: #2F2F2F. Windows color (decimal): -13953092 or 12326699. OLE color: 12326699.

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

Color convert

RGB 43 23 188 -
CMYK 0.77 0.88 0 0.26
HSL 247.27º 0.78% 0.41% -
HSV(B) 247.27º 0.88% 0.74% -
XYZ 10.38 4.76 47.95 -
YUV 47.79 207.13 124.58 -
System Red Green Blue C M Y K H S L
Decimal 43 23 188 0.77 0.88 0 0.26 247.27 0.78 0.41
Hex 2B 17 BC 4D 58 0 1A F7 4E 29
Octal 53 27 274 115 130 0 32 367 116 51
Binary 101011 10111 10111100 1001101 1011000 0 11010 11110111 1001110 101001

Color Harmonies of #2B17BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B17BC

Black with #2B17BC

Text Example


Text Example

White with #2B17BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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