Html Css Color HEX #3029E0 Persian Blue

📋 copy color: '#3029E0'

red 48 ◦ green 41 ◦ blue 224

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

Shades of Persian Blue #3029E0

Tints of Persian Blue #3029E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 71.57%

R = 15.34%
G = 13.1%
B = 71.57%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3029E0 (or 0x3029E0) is known color: Persian Blue. HEX triplet: 30, 29 and E0. RGB value is (48,41,224). Sum of RGB (Red+Green+Blue) = 48+41+224=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 224 (87.89% from 255 or 71.57% from 313); Max value from RGB is 224 - color contains mainly: blue. Hex color #3029E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3029E0 is #CFD61F. Grayscale: #3F3F3F. Windows color (decimal): -13620768 or 14690608. OLE color: 14690608.

HSL color Cylindrical-coordinate representation of color #3029E0: hue angle of 242.3º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3029E0 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 41 224 -
CMYK 0.79 0.82 0 0.12
HSL 242.3º 0.75% 0.52% -
HSV(B) 242.3º 0.82% 0.88% -
XYZ 15.47 7.6 71.17 -
YUV 63.96 218.32 116.62 -
System Red Green Blue C M Y K H S L
Decimal 48 41 224 0.79 0.82 0 0.12 242.3 0.75 0.52
Hex 30 29 E0 4F 52 0 C F2 4B 34
Octal 60 51 340 117 122 0 14 362 113 64
Binary 110000 101001 11100000 1001111 1010010 0 1100 11110010 1001011 110100

Color Harmonies of #3029E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3029E0

Black with #3029E0

Text Example


Text Example

White with #3029E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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