Html Css Color HEX #2B14BE Persian Blue

📋 copy color: '#2B14BE'

red 43 ◦ green 20 ◦ blue 190

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

Shades of Persian Blue #2B14BE

Tints of Persian Blue #2B14BE

RGB

 RED value IS 43 (17.19% from 255) = 17%

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

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

R = 17%
G = 7.91%
B = 75.1%

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

#2B14BE (or 0x2B14BE) is known color: Persian Blue. HEX triplet: 2B, 14 and BE. RGB value is (43,20,190). Sum of RGB (Red+Green+Blue) = 43+20+190=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 190 (74.61% from 255 or 75.10% from 253); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B14BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B14BE is #D4EB41. Grayscale: #2D2D2D. Windows color (decimal): -13953858 or 12457003. OLE color: 12457003.

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

Color convert

RGB 43 20 190 -
CMYK 0.77 0.89 0 0.25
HSL 248.12º 0.81% 0.41% -
HSV(B) 248.12º 0.89% 0.75% -
XYZ 10.54 4.73 49.07 -
YUV 46.26 209.12 125.68 -
System Red Green Blue C M Y K H S L
Decimal 43 20 190 0.77 0.89 0 0.25 248.12 0.81 0.41
Hex 2B 14 BE 4D 59 0 19 F8 51 29
Octal 53 24 276 115 131 0 31 370 121 51
Binary 101011 10100 10111110 1001101 1011001 0 11001 11111000 1010001 101001

Color Harmonies of #2B14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B14BE

Black with #2B14BE

Text Example


Text Example

White with #2B14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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