Html Css Color HEX #3028A8 Persian Blue

📋 copy color: '#3028A8'

red 48 ◦ green 40 ◦ blue 168

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

Shades of Persian Blue #3028A8

Tints of Persian Blue #3028A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 65.63%

R = 18.75%
G = 15.63%
B = 65.63%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3028A8 (or 0x3028A8) is known color: Persian Blue. HEX triplet: 30, 28 and A8. RGB value is (48,40,168). Sum of RGB (Red+Green+Blue) = 48+40+168=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 168 (66.02% from 255 or 65.62% from 256); Max value from RGB is 168 - color contains mainly: blue. Hex color #3028A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3028A8 is #CFD757. Grayscale: #383838. Windows color (decimal): -13621080 or 11020336. OLE color: 11020336.

HSL color Cylindrical-coordinate representation of color #3028A8: hue angle of 243.75º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3028A8 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 48 40 168 -
CMYK 0.71 0.76 0 0.34
HSL 243.75º 0.62% 0.41% -
HSV(B) 243.75º 0.76% 0.66% -
XYZ 9.05 4.97 37.53 -
YUV 56.98 190.65 121.59 -
System Red Green Blue C M Y K H S L
Decimal 48 40 168 0.71 0.76 0 0.34 243.75 0.62 0.41
Hex 30 28 A8 47 4C 0 22 F4 3E 29
Octal 60 50 250 107 114 0 42 364 76 51
Binary 110000 101000 10101000 1000111 1001100 0 100010 11110100 111110 101001

Color Harmonies of #3028A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3028A8

Black with #3028A8

Text Example


Text Example

White with #3028A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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