Html Css Color HEX #3029BC Persian Blue

📋 copy color: '#3029BC'

red 48 ◦ green 41 ◦ blue 188

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

Shades of Persian Blue #3029BC

Tints of Persian Blue #3029BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.87%

R = 17.33%
G = 14.8%
B = 67.87%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3029BC (or 0x3029BC) is known color: Persian Blue. HEX triplet: 30, 29 and BC. RGB value is (48,41,188). Sum of RGB (Red+Green+Blue) = 48+41+188=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #3029BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3029BC is #CFD643. Grayscale: #3B3B3B. Windows color (decimal): -13620804 or 12331312. OLE color: 12331312.

HSL color Cylindrical-coordinate representation of color #3029BC: hue angle of 242.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3029BC is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 41 188 -
CMYK 0.74 0.78 0 0.26
HSL 242.86º 0.64% 0.45% -
HSV(B) 242.86º 0.78% 0.74% -
XYZ 11.09 5.85 48.12 -
YUV 59.85 200.32 119.55 -
System Red Green Blue C M Y K H S L
Decimal 48 41 188 0.74 0.78 0 0.26 242.86 0.64 0.45
Hex 30 29 BC 4A 4E 0 1A F3 40 2D
Octal 60 51 274 112 116 0 32 363 100 55
Binary 110000 101001 10111100 1001010 1001110 0 11010 11110011 1000000 101101

Color Harmonies of #3029BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3029BC

Black with #3029BC

Text Example


Text Example

White with #3029BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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