Html Css Color HEX #3028DA Persian Blue

📋 copy color: '#3028DA'

red 48 ◦ green 40 ◦ blue 218

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

Shades of Persian Blue #3028DA

Tints of Persian Blue #3028DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 71.24%

R = 15.69%
G = 13.07%
B = 71.24%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3028DA (or 0x3028DA) is known color: Persian Blue. HEX triplet: 30, 28 and DA. RGB value is (48,40,218). Sum of RGB (Red+Green+Blue) = 48+40+218=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 218 (85.55% from 255 or 71.24% from 306); Max value from RGB is 218 - color contains mainly: blue. Hex color #3028DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3028DA is #CFD725. Grayscale: #3D3D3D. Windows color (decimal): -13621030 or 14297136. OLE color: 14297136.

HSL color Cylindrical-coordinate representation of color #3028DA: hue angle of 242.7º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3028DA is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 40 218 -
CMYK 0.78 0.82 0 0.15
HSL 242.7º 0.71% 0.51% -
HSV(B) 242.7º 0.82% 0.85% -
XYZ 14.63 7.21 66.95 -
YUV 62.68 215.65 117.53 -
System Red Green Blue C M Y K H S L
Decimal 48 40 218 0.78 0.82 0 0.15 242.7 0.71 0.51
Hex 30 28 DA 4E 52 0 F F3 47 33
Octal 60 50 332 116 122 0 17 363 107 63
Binary 110000 101000 11011010 1001110 1010010 0 1111 11110011 1000111 110011

Color Harmonies of #3028DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3028DA

Black with #3028DA

Text Example


Text Example

White with #3028DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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