Html Css Color HEX #3029DC Persian Blue

📋 copy color: '#3029DC'

red 48 ◦ green 41 ◦ blue 220

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

Shades of Persian Blue #3029DC

Tints of Persian Blue #3029DC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.27%

 BLUE value IS 220 (86.33% from 255) = 71.2%

R = 15.53%
G = 13.27%
B = 71.2%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3029DC (or 0x3029DC) is known color: Persian Blue. HEX triplet: 30, 29 and DC. RGB value is (48,41,220). Sum of RGB (Red+Green+Blue) = 48+41+220=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #3029DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3029DC is #CFD623. Grayscale: #3E3E3E. Windows color (decimal): -13620772 or 14428464. OLE color: 14428464.

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

Color convert

RGB 48 41 220 -
CMYK 0.78 0.81 0 0.14
HSL 242.35º 0.72% 0.51% -
HSV(B) 242.35º 0.81% 0.86% -
XYZ 14.93 7.38 68.35 -
YUV 63.5 216.32 116.95 -
System Red Green Blue C M Y K H S L
Decimal 48 41 220 0.78 0.81 0 0.14 242.35 0.72 0.51
Hex 30 29 DC 4E 51 0 E F2 48 33
Octal 60 51 334 116 121 0 16 362 110 63
Binary 110000 101001 11011100 1001110 1010001 0 1110 11110010 1001000 110011

Color Harmonies of #3029DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3029DC

Black with #3029DC

Text Example


Text Example

White with #3029DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3029DC; }

 p { color: rgb(48,41,220); }

 H1.HeaderClassName
 {
   color: #3029DC;
 }
 .AnyTagClassName
 {
   color: #3029DC;
 }
</style>

background-color css

<style>
 a { background-color: #3029DC; }

 a { background-color: rgb(48,41,220); }

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

border-color css

<style>
 span { border-color: #3029DC; }

 span { border-color: rgb(48,41,220); }

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