Html Css Color HEX #2C15BE Persian Blue

📋 copy color: '#2C15BE'

red 44 ◦ green 21 ◦ blue 190

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

Shades of Persian Blue #2C15BE

Tints of Persian Blue #2C15BE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

 BLUE value IS 190 (74.61% from 255) = 74.51%

R = 17.25%
G = 8.24%
B = 74.51%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C15BE (or 0x2C15BE) is known color: Persian Blue. HEX triplet: 2C, 15 and BE. RGB value is (44,21,190). Sum of RGB (Red+Green+Blue) = 44+21+190=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C15BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C15BE is #D3EA41. Grayscale: #2E2E2E. Windows color (decimal): -13888066 or 12457260. OLE color: 12457260.

HSL color Cylindrical-coordinate representation of color #2C15BE: hue angle of 248.17º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C15BE is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 21 190 -
CMYK 0.77 0.89 0 0.25
HSL 248.17º 0.8% 0.41% -
HSV(B) 248.17º 0.89% 0.75% -
XYZ 10.6 4.79 49.08 -
YUV 47.14 208.62 125.76 -
System Red Green Blue C M Y K H S L
Decimal 44 21 190 0.77 0.89 0 0.25 248.17 0.8 0.41
Hex 2C 15 BE 4D 59 0 19 F8 50 29
Octal 54 25 276 115 131 0 31 370 120 51
Binary 101100 10101 10111110 1001101 1011001 0 11001 11111000 1010000 101001

Color Harmonies of #2C15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C15BE

Black with #2C15BE

Text Example


Text Example

White with #2C15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,21,190); }

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

background-color css

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

 a { background-color: rgb(44,21,190); }

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

border-color css

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

 span { border-color: rgb(44,21,190); }

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