Html Css Color HEX #2515BC Persian Blue

📋 copy color: '#2515BC'

red 37 ◦ green 21 ◦ blue 188

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

Shades of Persian Blue #2515BC

Tints of Persian Blue #2515BC

RGB

 RED value IS 37 (14.84% from 255) = 15.04%

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

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

R = 15.04%
G = 8.54%
B = 76.42%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2515BC (or 0x2515BC) is known color: Persian Blue. HEX triplet: 25, 15 and BC. RGB value is (37,21,188). Sum of RGB (Red+Green+Blue) = 37+21+188=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #2515BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2515BC is #DAEA43. Grayscale: #2C2C2C. Windows color (decimal): -14346820 or 12326181. OLE color: 12326181.

HSL color Cylindrical-coordinate representation of color #2515BC: hue angle of 245.75º 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 #2515BC is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 21 188 -
CMYK 0.80 0.89 0 0.26
HSL 245.75º 0.8% 0.41% -
HSV(B) 245.75º 0.89% 0.74% -
XYZ 10.11 4.56 47.92 -
YUV 44.82 208.8 122.42 -
System Red Green Blue C M Y K H S L
Decimal 37 21 188 0.80 0.89 0 0.26 245.75 0.8 0.41
Hex 25 15 BC 50 59 0 1A F6 50 29
Octal 45 25 274 120 131 0 32 366 120 51
Binary 100101 10101 10111100 1010000 1011001 0 11010 11110110 1010000 101001

Color Harmonies of #2515BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2515BC

Black with #2515BC

Text Example


Text Example

White with #2515BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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