Html Css Color HEX #3019CE Persian Blue

📋 copy color: '#3019CE'

red 48 ◦ green 25 ◦ blue 206

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

Shades of Persian Blue #3019CE

Tints of Persian Blue #3019CE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.96%

 BLUE value IS 206 (80.86% from 255) = 73.84%

R = 17.2%
G = 8.96%
B = 73.84%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3019CE (or 0x3019CE) is known color: Persian Blue. HEX triplet: 30, 19 and CE. RGB value is (48,25,206). Sum of RGB (Red+Green+Blue) = 48+25+206=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #3019CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3019CE is #CFE631. Grayscale: #333333. Windows color (decimal): -13624882 or 13506864. OLE color: 13506864.

HSL color Cylindrical-coordinate representation of color #3019CE: hue angle of 247.62º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3019CE is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 25 206 -
CMYK 0.77 0.88 0 0.19
HSL 247.62º 0.78% 0.45% -
HSV(B) 247.62º 0.88% 0.81% -
XYZ 12.71 5.78 58.84 -
YUV 52.51 214.62 124.78 -
System Red Green Blue C M Y K H S L
Decimal 48 25 206 0.77 0.88 0 0.19 247.62 0.78 0.45
Hex 30 19 CE 4D 58 0 13 F8 4E 2D
Octal 60 31 316 115 130 0 23 370 116 55
Binary 110000 11001 11001110 1001101 1011000 0 10011 11111000 1001110 101101

Color Harmonies of #3019CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3019CE

Black with #3019CE

Text Example


Text Example

White with #3019CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3019CE; }

 p { color: rgb(48,25,206); }

 H1.HeaderClassName
 {
   color: #3019CE;
 }
 .AnyTagClassName
 {
   color: #3019CE;
 }
</style>

background-color css

<style>
 a { background-color: #3019CE; }

 a { background-color: rgb(48,25,206); }

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

border-color css

<style>
 span { border-color: #3019CE; }

 span { border-color: rgb(48,25,206); }

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