Html Css Color HEX #2C17BC Persian Blue

📋 copy color: '#2C17BC'

red 44 ◦ green 23 ◦ blue 188

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

Shades of Persian Blue #2C17BC

Tints of Persian Blue #2C17BC

RGB

 RED value IS 44 (17.58% from 255) = 17.25%

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

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

R = 17.25%
G = 9.02%
B = 73.73%

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

#2C17BC (or 0x2C17BC) is known color: Persian Blue. HEX triplet: 2C, 17 and BC. RGB value is (44,23,188). Sum of RGB (Red+Green+Blue) = 44+23+188=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C17BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C17BC is #D3E843. Grayscale: #2F2F2F. Windows color (decimal): -13887556 or 12326700. OLE color: 12326700.

HSL color Cylindrical-coordinate representation of color #2C17BC: hue angle of 247.64º 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 #2C17BC is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 23 188 -
CMYK 0.77 0.88 0 0.26
HSL 247.64º 0.78% 0.41% -
HSV(B) 247.64º 0.88% 0.74% -
XYZ 10.42 4.78 47.95 -
YUV 48.09 206.96 125.08 -
System Red Green Blue C M Y K H S L
Decimal 44 23 188 0.77 0.88 0 0.26 247.64 0.78 0.41
Hex 2C 17 BC 4D 58 0 1A F8 4E 29
Octal 54 27 274 115 130 0 32 370 116 51
Binary 101100 10111 10111100 1001101 1011000 0 11010 11111000 1001110 101001

Color Harmonies of #2C17BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C17BC

Black with #2C17BC

Text Example


Text Example

White with #2C17BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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