Html Css Color HEX #3019CC Persian Blue

📋 copy color: '#3019CC'

red 48 ◦ green 25 ◦ blue 204

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

Shades of Persian Blue #3019CC

Tints of Persian Blue #3019CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 73.65%

R = 17.33%
G = 9.03%
B = 73.65%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3019CC (or 0x3019CC) is known color: Persian Blue. HEX triplet: 30, 19 and CC. RGB value is (48,25,204). Sum of RGB (Red+Green+Blue) = 48+25+204=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #3019CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3019CC is #CFE633. Grayscale: #333333. Windows color (decimal): -13624884 or 13375792. OLE color: 13375792.

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

Color convert

RGB 48 25 204 -
CMYK 0.76 0.88 0 0.2
HSL 247.71º 0.78% 0.45% -
HSV(B) 247.71º 0.88% 0.8% -
XYZ 12.47 5.68 57.57 -
YUV 52.28 213.62 124.95 -
System Red Green Blue C M Y K H S L
Decimal 48 25 204 0.76 0.88 0 0.2 247.71 0.78 0.45
Hex 30 19 CC 4C 58 0 14 F8 4E 2D
Octal 60 31 314 114 130 0 24 370 116 55
Binary 110000 11001 11001100 1001100 1011000 0 10100 11111000 1001110 101101

Color Harmonies of #3019CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3019CC

Black with #3019CC

Text Example


Text Example

White with #3019CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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