Html Css Color HEX #2B17B4 Persian Blue

📋 copy color: '#2B17B4'

red 43 ◦ green 23 ◦ blue 180

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

Shades of Persian Blue #2B17B4

Tints of Persian Blue #2B17B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 73.17%

R = 17.48%
G = 9.35%
B = 73.17%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2B17B4 (or 0x2B17B4) is known color: Persian Blue. HEX triplet: 2B, 17 and B4. RGB value is (43,23,180). Sum of RGB (Red+Green+Blue) = 43+23+180=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 180 (70.70% from 255 or 73.17% from 246); Max value from RGB is 180 - color contains mainly: blue. Hex color #2B17B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B17B4 is #D4E84B. Grayscale: #2E2E2E. Windows color (decimal): -13953100 or 11802411. OLE color: 11802411.

HSL color Cylindrical-coordinate representation of color #2B17B4: hue angle of 247.64º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B17B4 is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 23 180 -
CMYK 0.76 0.87 0 0.29
HSL 247.64º 0.77% 0.4% -
HSV(B) 247.64º 0.87% 0.71% -
XYZ 9.54 4.42 43.53 -
YUV 46.88 203.13 125.23 -
System Red Green Blue C M Y K H S L
Decimal 43 23 180 0.76 0.87 0 0.29 247.64 0.77 0.4
Hex 2B 17 B4 4C 57 0 1D F8 4D 28
Octal 53 27 264 114 127 0 35 370 115 50
Binary 101011 10111 10110100 1001100 1010111 0 11101 11111000 1001101 101000

Color Harmonies of #2B17B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B17B4

Black with #2B17B4

Text Example


Text Example

White with #2B17B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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