Html Css Color HEX #3028DF Persian Blue

📋 copy color: '#3028DF'

red 48 ◦ green 40 ◦ blue 223

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

Shades of Persian Blue #3028DF

Tints of Persian Blue #3028DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.7%

R = 15.43%
G = 12.86%
B = 71.7%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3028DF (or 0x3028DF) is known color: Persian Blue. HEX triplet: 30, 28 and DF. RGB value is (48,40,223). Sum of RGB (Red+Green+Blue) = 48+40+223=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #3028DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3028DF is #CFD720. Grayscale: #3E3E3E. Windows color (decimal): -13621025 or 14624816. OLE color: 14624816.

HSL color Cylindrical-coordinate representation of color #3028DF: hue angle of 242.62º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3028DF is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 40 223 -
CMYK 0.78 0.82 0 0.13
HSL 242.62º 0.74% 0.52% -
HSV(B) 242.62º 0.82% 0.87% -
XYZ 15.3 7.47 70.45 -
YUV 63.25 218.15 117.12 -
System Red Green Blue C M Y K H S L
Decimal 48 40 223 0.78 0.82 0 0.13 242.62 0.74 0.52
Hex 30 28 DF 4E 52 0 D F3 4A 34
Octal 60 50 337 116 122 0 15 363 112 64
Binary 110000 101000 11011111 1001110 1010010 0 1101 11110011 1001010 110100

Color Harmonies of #3028DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3028DF

Black with #3028DF

Text Example


Text Example

White with #3028DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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