Html Css Color HEX #3028AD Persian Blue

📋 copy color: '#3028AD'

red 48 ◦ green 40 ◦ blue 173

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

Shades of Persian Blue #3028AD

Tints of Persian Blue #3028AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.33%

 BLUE value IS 173 (67.97% from 255) = 66.28%

R = 18.39%
G = 15.33%
B = 66.28%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3028AD (or 0x3028AD) is known color: Persian Blue. HEX triplet: 30, 28 and AD. RGB value is (48,40,173). Sum of RGB (Red+Green+Blue) = 48+40+173=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #3028AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3028AD is #CFD752. Grayscale: #393939. Windows color (decimal): -13621075 or 11348016. OLE color: 11348016.

HSL color Cylindrical-coordinate representation of color #3028AD: hue angle of 243.61º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3028AD is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 40 173 -
CMYK 0.72 0.77 0 0.32
HSL 243.61º 0.62% 0.42% -
HSV(B) 243.61º 0.77% 0.68% -
XYZ 9.52 5.16 40.03 -
YUV 57.55 193.15 121.19 -
System Red Green Blue C M Y K H S L
Decimal 48 40 173 0.72 0.77 0 0.32 243.61 0.62 0.42
Hex 30 28 AD 48 4D 0 20 F4 3E 2A
Octal 60 50 255 110 115 0 40 364 76 52
Binary 110000 101000 10101101 1001000 1001101 0 100000 11110100 111110 101010

Color Harmonies of #3028AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3028AD

Black with #3028AD

Text Example


Text Example

White with #3028AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3028AD; }

 p { color: rgb(48,40,173); }

 H1.HeaderClassName
 {
   color: #3028AD;
 }
 .AnyTagClassName
 {
   color: #3028AD;
 }
</style>

background-color css

<style>
 a { background-color: #3028AD; }

 a { background-color: rgb(48,40,173); }

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

border-color css

<style>
 span { border-color: #3028AD; }

 span { border-color: rgb(48,40,173); }

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