Html Css Color HEX #2615BA Persian Blue

📋 copy color: '#2615BA'

red 38 ◦ green 21 ◦ blue 186

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

Shades of Persian Blue #2615BA

Tints of Persian Blue #2615BA

RGB

 RED value IS 38 (15.23% from 255) = 15.51%

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

 BLUE value IS 186 (73.05% from 255) = 75.92%

R = 15.51%
G = 8.57%
B = 75.92%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2615BA (or 0x2615BA) is known color: Persian Blue. HEX triplet: 26, 15 and BA. RGB value is (38,21,186). Sum of RGB (Red+Green+Blue) = 38+21+186=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #2615BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2615BA is #D9EA45. Grayscale: #2C2C2C. Windows color (decimal): -14281286 or 12195110. OLE color: 12195110.

HSL color Cylindrical-coordinate representation of color #2615BA: hue angle of 246.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2615BA is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 21 186 -
CMYK 0.80 0.89 0 0.27
HSL 246.18º 0.8% 0.41% -
HSV(B) 246.18º 0.89% 0.73% -
XYZ 9.93 4.49 46.8 -
YUV 44.89 207.63 123.08 -
System Red Green Blue C M Y K H S L
Decimal 38 21 186 0.80 0.89 0 0.27 246.18 0.8 0.41
Hex 26 15 BA 50 59 0 1B F6 50 29
Octal 46 25 272 120 131 0 33 366 120 51
Binary 100110 10101 10111010 1010000 1011001 0 11011 11110110 1010000 101001

Color Harmonies of #2615BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2615BA

Black with #2615BA

Text Example


Text Example

White with #2615BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2615BA; }

 p { color: rgb(38,21,186); }

 H1.HeaderClassName
 {
   color: #2615BA;
 }
 .AnyTagClassName
 {
   color: #2615BA;
 }
</style>

background-color css

<style>
 a { background-color: #2615BA; }

 a { background-color: rgb(38,21,186); }

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

border-color css

<style>
 span { border-color: #2615BA; }

 span { border-color: rgb(38,21,186); }

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