Html Css Color HEX #2715BF Persian Blue

📋 copy color: '#2715BF'

red 39 ◦ green 21 ◦ blue 191

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

Shades of Persian Blue #2715BF

Tints of Persian Blue #2715BF

RGB

 RED value IS 39 (15.63% from 255) = 15.54%

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

 BLUE value IS 191 (75% from 255) = 76.1%

R = 15.54%
G = 8.37%
B = 76.1%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2715BF (or 0x2715BF) is known color: Persian Blue. HEX triplet: 27, 15 and BF. RGB value is (39,21,191). Sum of RGB (Red+Green+Blue) = 39+21+191=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #2715BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2715BF is #D8EA40. Grayscale: #2D2D2D. Windows color (decimal): -14215745 or 12522791. OLE color: 12522791.

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

Color convert

RGB 39 21 191 -
CMYK 0.80 0.89 0 0.25
HSL 246.35º 0.8% 0.42% -
HSV(B) 246.35º 0.89% 0.75% -
XYZ 10.51 4.73 49.65 -
YUV 45.76 209.96 123.18 -
System Red Green Blue C M Y K H S L
Decimal 39 21 191 0.80 0.89 0 0.25 246.35 0.8 0.42
Hex 27 15 BF 50 59 0 19 F6 50 2A
Octal 47 25 277 120 131 0 31 366 120 52
Binary 100111 10101 10111111 1010000 1011001 0 11001 11110110 1010000 101010

Color Harmonies of #2715BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2715BF

Black with #2715BF

Text Example


Text Example

White with #2715BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2715BF; }

 p { color: rgb(39,21,191); }

 H1.HeaderClassName
 {
   color: #2715BF;
 }
 .AnyTagClassName
 {
   color: #2715BF;
 }
</style>

background-color css

<style>
 a { background-color: #2715BF; }

 a { background-color: rgb(39,21,191); }

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

border-color css

<style>
 span { border-color: #2715BF; }

 span { border-color: rgb(39,21,191); }

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