Html Css Color HEX #2815BC Persian Blue

📋 copy color: '#2815BC'

red 40 ◦ green 21 ◦ blue 188

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

Shades of Persian Blue #2815BC

Tints of Persian Blue #2815BC

RGB

 RED value IS 40 (16.02% from 255) = 16.06%

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

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

R = 16.06%
G = 8.43%
B = 75.5%

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

#2815BC (or 0x2815BC) is known color: Persian Blue. HEX triplet: 28, 15 and BC. RGB value is (40,21,188). Sum of RGB (Red+Green+Blue) = 40+21+188=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #2815BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2815BC is #D7EA43. Grayscale: #2D2D2D. Windows color (decimal): -14150212 or 12326184. OLE color: 12326184.

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

Color convert

RGB 40 21 188 -
CMYK 0.79 0.89 0 0.26
HSL 246.83º 0.8% 0.41% -
HSV(B) 246.83º 0.89% 0.74% -
XYZ 10.22 4.62 47.93 -
YUV 45.72 208.29 123.92 -
System Red Green Blue C M Y K H S L
Decimal 40 21 188 0.79 0.89 0 0.26 246.83 0.8 0.41
Hex 28 15 BC 4F 59 0 1A F7 50 29
Octal 50 25 274 117 131 0 32 367 120 51
Binary 101000 10101 10111100 1001111 1011001 0 11010 11110111 1010000 101001

Color Harmonies of #2815BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2815BC

Black with #2815BC

Text Example


Text Example

White with #2815BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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