Html Css Color HEX #2C14BE Persian Blue

📋 copy color: '#2C14BE'

red 44 ◦ green 20 ◦ blue 190

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

Shades of Persian Blue #2C14BE

Tints of Persian Blue #2C14BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

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

R = 17.32%
G = 7.87%
B = 74.8%

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

#2C14BE (or 0x2C14BE) is known color: Persian Blue. HEX triplet: 2C, 14 and BE. RGB value is (44,20,190). Sum of RGB (Red+Green+Blue) = 44+20+190=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C14BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C14BE is #D3EB41. Grayscale: #2D2D2D. Windows color (decimal): -13888322 or 12457004. OLE color: 12457004.

HSL color Cylindrical-coordinate representation of color #2C14BE: hue angle of 248.47º degrees, saturation: 0.81, 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 #2C14BE is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 20 190 -
CMYK 0.77 0.89 0 0.25
HSL 248.47º 0.81% 0.41% -
HSV(B) 248.47º 0.89% 0.75% -
XYZ 10.58 4.75 49.07 -
YUV 46.56 208.95 126.18 -
System Red Green Blue C M Y K H S L
Decimal 44 20 190 0.77 0.89 0 0.25 248.47 0.81 0.41
Hex 2C 14 BE 4D 59 0 19 F8 51 29
Octal 54 24 276 115 131 0 31 370 121 51
Binary 101100 10100 10111110 1001101 1011001 0 11001 11111000 1010001 101001

Color Harmonies of #2C14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C14BE

Black with #2C14BE

Text Example


Text Example

White with #2C14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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