Html Css Color HEX #2C12BB Persian Blue

📋 copy color: '#2C12BB'

red 44 ◦ green 18 ◦ blue 187

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

Shades of Persian Blue #2C12BB

Tints of Persian Blue #2C12BB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 187 (73.44% from 255) = 75.1%

R = 17.67%
G = 7.23%
B = 75.1%

CMYK

 C value IS 0.76

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C12BB (or 0x2C12BB) is known color: Persian Blue. HEX triplet: 2C, 12 and BB. RGB value is (44,18,187). Sum of RGB (Red+Green+Blue) = 44+18+187=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #2C12BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C12BB is #D3ED44. Grayscale: #2C2C2C. Windows color (decimal): -13888837 or 12259884. OLE color: 12259884.

HSL color Cylindrical-coordinate representation of color #2C12BB: hue angle of 249.23º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2C12BB is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 18 187 -
CMYK 0.76 0.90 0 0.27
HSL 249.23º 0.82% 0.4% -
HSV(B) 249.23º 0.9% 0.73% -
XYZ 10.22 4.56 47.35 -
YUV 45.04 208.11 127.26 -
System Red Green Blue C M Y K H S L
Decimal 44 18 187 0.76 0.90 0 0.27 249.23 0.82 0.4
Hex 2C 12 BB 4C 5A 0 1B F9 52 28
Octal 54 22 273 114 132 0 33 371 122 50
Binary 101100 10010 10111011 1001100 1011010 0 11011 11111001 1010010 101000

Color Harmonies of #2C12BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C12BB

Black with #2C12BB

Text Example


Text Example

White with #2C12BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,18,187); }

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

background-color css

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

 a { background-color: rgb(44,18,187); }

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

border-color css

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

 span { border-color: rgb(44,18,187); }

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