Html Css Color HEX #2C11BC Persian Blue

📋 copy color: '#2C11BC'

red 44 ◦ green 17 ◦ blue 188

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

Shades of Persian Blue #2C11BC

Tints of Persian Blue #2C11BC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.83%

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

R = 17.67%
G = 6.83%
B = 75.5%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C11BC (or 0x2C11BC) is known color: Persian Blue. HEX triplet: 2C, 11 and BC. RGB value is (44,17,188). Sum of RGB (Red+Green+Blue) = 44+17+188=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C11BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C11BC is #D3EE43. Grayscale: #2B2B2B. Windows color (decimal): -13889092 or 12325164. OLE color: 12325164.

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

Color convert

RGB 44 17 188 -
CMYK 0.77 0.91 0 0.26
HSL 249.47º 0.83% 0.4% -
HSV(B) 249.47º 0.91% 0.74% -
XYZ 10.32 4.57 47.91 -
YUV 44.57 208.95 127.6 -
System Red Green Blue C M Y K H S L
Decimal 44 17 188 0.77 0.91 0 0.26 249.47 0.83 0.4
Hex 2C 11 BC 4D 5B 0 1A F9 53 28
Octal 54 21 274 115 133 0 32 371 123 50
Binary 101100 10001 10111100 1001101 1011011 0 11010 11111001 1010011 101000

Color Harmonies of #2C11BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C11BC

Black with #2C11BC

Text Example


Text Example

White with #2C11BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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