Html Css Color HEX #2715BC Persian Blue

📋 copy color: '#2715BC'

red 39 ◦ green 21 ◦ blue 188

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

Shades of Persian Blue #2715BC

Tints of Persian Blue #2715BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 75.81%

R = 15.73%
G = 8.47%
B = 75.81%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2715BC (or 0x2715BC) is known color: Persian Blue. HEX triplet: 27, 15 and BC. RGB value is (39,21,188). Sum of RGB (Red+Green+Blue) = 39+21+188=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #2715BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2715BC is #D8EA43. Grayscale: #2C2C2C. Windows color (decimal): -14215748 or 12326183. OLE color: 12326183.

HSL color Cylindrical-coordinate representation of color #2715BC: hue angle of 246.47º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2715BC is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 21 188 -
CMYK 0.79 0.89 0 0.26
HSL 246.47º 0.8% 0.41% -
HSV(B) 246.47º 0.89% 0.74% -
XYZ 10.18 4.6 47.93 -
YUV 45.42 208.46 123.42 -
System Red Green Blue C M Y K H S L
Decimal 39 21 188 0.79 0.89 0 0.26 246.47 0.8 0.41
Hex 27 15 BC 4F 59 0 1A F6 50 29
Octal 47 25 274 117 131 0 32 366 120 51
Binary 100111 10101 10111100 1001111 1011001 0 11010 11110110 1010000 101001

Color Harmonies of #2715BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2715BC

Black with #2715BC

Text Example


Text Example

White with #2715BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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