Html Css Color HEX #2B17CC Persian Blue

📋 copy color: '#2B17CC'

red 43 ◦ green 23 ◦ blue 204

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

Shades of Persian Blue #2B17CC

Tints of Persian Blue #2B17CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 75.56%

R = 15.93%
G = 8.52%
B = 75.56%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2B17CC (or 0x2B17CC) is known color: Persian Blue. HEX triplet: 2B, 17 and CC. RGB value is (43,23,204). Sum of RGB (Red+Green+Blue) = 43+23+204=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B17CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B17CC is #D4E833. Grayscale: #303030. Windows color (decimal): -13953076 or 13375275. OLE color: 13375275.

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

Color convert

RGB 43 23 204 -
CMYK 0.79 0.89 0 0.2
HSL 246.63º 0.8% 0.45% -
HSV(B) 246.63º 0.89% 0.8% -
XYZ 12.2 5.49 57.54 -
YUV 49.61 215.13 123.28 -
System Red Green Blue C M Y K H S L
Decimal 43 23 204 0.79 0.89 0 0.2 246.63 0.8 0.45
Hex 2B 17 CC 4F 59 0 14 F7 50 2D
Octal 53 27 314 117 131 0 24 367 120 55
Binary 101011 10111 11001100 1001111 1011001 0 10100 11110111 1010000 101101

Color Harmonies of #2B17CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B17CC

Black with #2B17CC

Text Example


Text Example

White with #2B17CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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