Html Css Color HEX #3039DB Persian Blue

📋 copy color: '#3039DB'

red 48 ◦ green 57 ◦ blue 219

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

Shades of Persian Blue #3039DB

Tints of Persian Blue #3039DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.59%

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

R = 14.81%
G = 17.59%
B = 67.59%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3039DB (or 0x3039DB) is known color: Persian Blue. HEX triplet: 30, 39 and DB. RGB value is (48,57,219). Sum of RGB (Red+Green+Blue) = 48+57+219=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #3039DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3039DB is #CFC624. Grayscale: #484848. Windows color (decimal): -13616677 or 14367024. OLE color: 14367024.

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

Color convert

RGB 48 57 219 -
CMYK 0.78 0.74 0 0.14
HSL 236.84º 0.7% 0.52% -
HSV(B) 236.84º 0.78% 0.86% -
XYZ 15.47 8.67 67.88 -
YUV 72.78 210.52 110.33 -
System Red Green Blue C M Y K H S L
Decimal 48 57 219 0.78 0.74 0 0.14 236.84 0.7 0.52
Hex 30 39 DB 4E 4A 0 E ED 46 34
Octal 60 71 333 116 112 0 16 355 106 64
Binary 110000 111001 11011011 1001110 1001010 0 1110 11101101 1000110 110100

Color Harmonies of #3039DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3039DB

Black with #3039DB

Text Example


Text Example

White with #3039DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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