Html Css Color HEX #3013BE Persian Blue

📋 copy color: '#3013BE'

red 48 ◦ green 19 ◦ blue 190

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

Shades of Persian Blue #3013BE

Tints of Persian Blue #3013BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

 BLUE value IS 190 (74.61% from 255) = 73.93%

R = 18.68%
G = 7.39%
B = 73.93%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3013BE (or 0x3013BE) is known color: Persian Blue. HEX triplet: 30, 13 and BE. RGB value is (48,19,190). Sum of RGB (Red+Green+Blue) = 48+19+190=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #3013BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3013BE is #CFEC41. Grayscale: #2E2E2E. Windows color (decimal): -13626434 or 12456752. OLE color: 12456752.

HSL color Cylindrical-coordinate representation of color #3013BE: hue angle of 250.18º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3013BE is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 19 190 -
CMYK 0.75 0.90 0 0.25
HSL 250.18º 0.82% 0.41% -
HSV(B) 250.18º 0.9% 0.75% -
XYZ 10.75 4.81 49.08 -
YUV 47.17 208.61 128.6 -
System Red Green Blue C M Y K H S L
Decimal 48 19 190 0.75 0.90 0 0.25 250.18 0.82 0.41
Hex 30 13 BE 4B 5A 0 19 FA 52 29
Octal 60 23 276 113 132 0 31 372 122 51
Binary 110000 10011 10111110 1001011 1011010 0 11001 11111010 1010010 101001

Color Harmonies of #3013BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3013BE

Black with #3013BE

Text Example


Text Example

White with #3013BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3013BE; }

 p { color: rgb(48,19,190); }

 H1.HeaderClassName
 {
   color: #3013BE;
 }
 .AnyTagClassName
 {
   color: #3013BE;
 }
</style>

background-color css

<style>
 a { background-color: #3013BE; }

 a { background-color: rgb(48,19,190); }

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

border-color css

<style>
 span { border-color: #3013BE; }

 span { border-color: rgb(48,19,190); }

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