Html Css Color HEX #2B17CE Persian Blue

📋 copy color: '#2B17CE'

red 43 ◦ green 23 ◦ blue 206

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

Shades of Persian Blue #2B17CE

Tints of Persian Blue #2B17CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.74%

R = 15.81%
G = 8.46%
B = 75.74%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2B17CE (or 0x2B17CE) is known color: Persian Blue. HEX triplet: 2B, 17 and CE. RGB value is (43,23,206). Sum of RGB (Red+Green+Blue) = 43+23+206=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B17CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B17CE is #D4E831. Grayscale: #313131. Windows color (decimal): -13953074 or 13506347. OLE color: 13506347.

HSL color Cylindrical-coordinate representation of color #2B17CE: hue angle of 246.56º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B17CE is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 23 206 -
CMYK 0.79 0.89 0 0.19
HSL 246.56º 0.8% 0.45% -
HSV(B) 246.56º 0.89% 0.81% -
XYZ 12.44 5.58 58.81 -
YUV 49.84 216.13 123.12 -
System Red Green Blue C M Y K H S L
Decimal 43 23 206 0.79 0.89 0 0.19 246.56 0.8 0.45
Hex 2B 17 CE 4F 59 0 13 F7 50 2D
Octal 53 27 316 117 131 0 23 367 120 55
Binary 101011 10111 11001110 1001111 1011001 0 10011 11110111 1010000 101101

Color Harmonies of #2B17CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B17CE

Black with #2B17CE

Text Example


Text Example

White with #2B17CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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