Html Css Color HEX #3025DB Persian Blue

📋 copy color: '#3025DB'

red 48 ◦ green 37 ◦ blue 219

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

Shades of Persian Blue #3025DB

Tints of Persian Blue #3025DB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

 BLUE value IS 219 (85.94% from 255) = 72.04%

R = 15.79%
G = 12.17%
B = 72.04%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3025DB (or 0x3025DB) is known color: Persian Blue. HEX triplet: 30, 25 and DB. RGB value is (48,37,219). Sum of RGB (Red+Green+Blue) = 48+37+219=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #3025DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3025DB is #CFDA24. Grayscale: #3C3C3C. Windows color (decimal): -13621797 or 14361904. OLE color: 14361904.

HSL color Cylindrical-coordinate representation of color #3025DB: hue angle of 243.63º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3025DB is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 37 219 -
CMYK 0.78 0.83 0 0.14
HSL 243.63º 0.72% 0.5% -
HSV(B) 243.63º 0.83% 0.86% -
XYZ 14.67 7.07 67.61 -
YUV 61.04 217.14 118.7 -
System Red Green Blue C M Y K H S L
Decimal 48 37 219 0.78 0.83 0 0.14 243.63 0.72 0.5
Hex 30 25 DB 4E 53 0 E F4 48 32
Octal 60 45 333 116 123 0 16 364 110 62
Binary 110000 100101 11011011 1001110 1010011 0 1110 11110100 1001000 110010

Color Harmonies of #3025DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3025DB

Black with #3025DB

Text Example


Text Example

White with #3025DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3025DB; }

 p { color: rgb(48,37,219); }

 H1.HeaderClassName
 {
   color: #3025DB;
 }
 .AnyTagClassName
 {
   color: #3025DB;
 }
</style>

background-color css

<style>
 a { background-color: #3025DB; }

 a { background-color: rgb(48,37,219); }

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

border-color css

<style>
 span { border-color: #3025DB; }

 span { border-color: rgb(48,37,219); }

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