Html Css Color HEX #3020CC Persian Blue

📋 copy color: '#3020CC'

red 48 ◦ green 32 ◦ blue 204

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

Shades of Persian Blue #3020CC

Tints of Persian Blue #3020CC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.27%

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

R = 16.9%
G = 11.27%
B = 71.83%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3020CC (or 0x3020CC) is known color: Persian Blue. HEX triplet: 30, 20 and CC. RGB value is (48,32,204). Sum of RGB (Red+Green+Blue) = 48+32+204=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #3020CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3020CC is #CFDF33. Grayscale: #373737. Windows color (decimal): -13623092 or 13377584. OLE color: 13377584.

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

Color convert

RGB 48 32 204 -
CMYK 0.76 0.84 0 0.2
HSL 245.58º 0.73% 0.46% -
HSV(B) 245.58º 0.84% 0.8% -
XYZ 12.63 6.02 57.62 -
YUV 56.39 211.3 122.01 -
System Red Green Blue C M Y K H S L
Decimal 48 32 204 0.76 0.84 0 0.2 245.58 0.73 0.46
Hex 30 20 CC 4C 54 0 14 F6 49 2E
Octal 60 40 314 114 124 0 24 366 111 56
Binary 110000 100000 11001100 1001100 1010100 0 10100 11110110 1001001 101110

Color Harmonies of #3020CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3020CC

Black with #3020CC

Text Example


Text Example

White with #3020CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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