Html Css Color HEX #3021BC Persian Blue

📋 copy color: '#3021BC'

red 48 ◦ green 33 ◦ blue 188

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

Shades of Persian Blue #3021BC

Tints of Persian Blue #3021BC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.27%

 BLUE value IS 188 (73.83% from 255) = 69.89%

R = 17.84%
G = 12.27%
B = 69.89%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3021BC (or 0x3021BC) is known color: Persian Blue. HEX triplet: 30, 21 and BC. RGB value is (48,33,188). Sum of RGB (Red+Green+Blue) = 48+33+188=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #3021BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3021BC is #CFDE43. Grayscale: #363636. Windows color (decimal): -13622852 or 12329264. OLE color: 12329264.

HSL color Cylindrical-coordinate representation of color #3021BC: hue angle of 245.81º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3021BC is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 33 188 -
CMYK 0.74 0.82 0 0.26
HSL 245.81º 0.7% 0.43% -
HSV(B) 245.81º 0.82% 0.74% -
XYZ 10.84 5.35 48.04 -
YUV 55.16 202.97 122.9 -
System Red Green Blue C M Y K H S L
Decimal 48 33 188 0.74 0.82 0 0.26 245.81 0.7 0.43
Hex 30 21 BC 4A 52 0 1A F6 46 2B
Octal 60 41 274 112 122 0 32 366 106 53
Binary 110000 100001 10111100 1001010 1010010 0 11010 11110110 1000110 101011

Color Harmonies of #3021BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3021BC

Black with #3021BC

Text Example


Text Example

White with #3021BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3021BC; }

 p { color: rgb(48,33,188); }

 H1.HeaderClassName
 {
   color: #3021BC;
 }
 .AnyTagClassName
 {
   color: #3021BC;
 }
</style>

background-color css

<style>
 a { background-color: #3021BC; }

 a { background-color: rgb(48,33,188); }

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

border-color css

<style>
 span { border-color: #3021BC; }

 span { border-color: rgb(48,33,188); }

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