Html Css Color HEX #3017BA Persian Blue

📋 copy color: '#3017BA'

red 48 ◦ green 23 ◦ blue 186

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

Shades of Persian Blue #3017BA

Tints of Persian Blue #3017BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.95%

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

R = 18.68%
G = 8.95%
B = 72.37%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3017BA (or 0x3017BA) is known color: Persian Blue. HEX triplet: 30, 17 and BA. RGB value is (48,23,186). Sum of RGB (Red+Green+Blue) = 48+23+186=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #3017BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3017BA is #CFE845. Grayscale: #303030. Windows color (decimal): -13625414 or 12195632. OLE color: 12195632.

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

Color convert

RGB 48 23 186 -
CMYK 0.74 0.88 0 0.27
HSL 249.2º 0.78% 0.41% -
HSV(B) 249.2º 0.88% 0.73% -
XYZ 10.39 4.79 46.83 -
YUV 49.06 205.28 127.25 -
System Red Green Blue C M Y K H S L
Decimal 48 23 186 0.74 0.88 0 0.27 249.2 0.78 0.41
Hex 30 17 BA 4A 58 0 1B F9 4E 29
Octal 60 27 272 112 130 0 33 371 116 51
Binary 110000 10111 10111010 1001010 1011000 0 11011 11111001 1001110 101001

Color Harmonies of #3017BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3017BA

Black with #3017BA

Text Example


Text Example

White with #3017BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,23,186); }

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

background-color css

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

 a { background-color: rgb(48,23,186); }

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

border-color css

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

 span { border-color: rgb(48,23,186); }

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