Html Css Color HEX #3015BC Persian Blue

📋 copy color: '#3015BC'

red 48 ◦ green 21 ◦ blue 188

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

Shades of Persian Blue #3015BC

Tints of Persian Blue #3015BC

RGB

 RED value IS 48 (19.14% from 255) = 18.68%

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

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

R = 18.68%
G = 8.17%
B = 73.15%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3015BC (or 0x3015BC) is known color: Persian Blue. HEX triplet: 30, 15 and BC. RGB value is (48,21,188). Sum of RGB (Red+Green+Blue) = 48+21+188=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #3015BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3015BC is #CFEA43. Grayscale: #2F2F2F. Windows color (decimal): -13625924 or 12326192. OLE color: 12326192.

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

Color convert

RGB 48 21 188 -
CMYK 0.74 0.89 0 0.26
HSL 249.7º 0.8% 0.41% -
HSV(B) 249.7º 0.89% 0.74% -
XYZ 10.56 4.8 47.95 -
YUV 48.11 206.95 127.92 -
System Red Green Blue C M Y K H S L
Decimal 48 21 188 0.74 0.89 0 0.26 249.7 0.8 0.41
Hex 30 15 BC 4A 59 0 1A FA 50 29
Octal 60 25 274 112 131 0 32 372 120 51
Binary 110000 10101 10111100 1001010 1011001 0 11010 11111010 1010000 101001

Color Harmonies of #3015BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3015BC

Black with #3015BC

Text Example


Text Example

White with #3015BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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