Html Css Color HEX #3229BC Persian Blue

📋 copy color: '#3229BC'

red 50 ◦ green 41 ◦ blue 188

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

Shades of Persian Blue #3229BC

Tints of Persian Blue #3229BC

RGB

 RED value IS 50 (19.92% from 255) = 17.92%

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

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

R = 17.92%
G = 14.7%
B = 67.38%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3229BC (or 0x3229BC) is known color: Persian Blue. HEX triplet: 32, 29 and BC. RGB value is (50,41,188). Sum of RGB (Red+Green+Blue) = 50+41+188=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #3229BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3229BC is #CDD643. Grayscale: #3B3B3B. Windows color (decimal): -13489732 or 12331314. OLE color: 12331314.

HSL color Cylindrical-coordinate representation of color #3229BC: hue angle of 243.67º 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 #3229BC is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 41 188 -
CMYK 0.73 0.78 0 0.26
HSL 243.67º 0.64% 0.45% -
HSV(B) 243.67º 0.78% 0.74% -
XYZ 11.19 5.89 48.13 -
YUV 60.45 199.98 120.55 -
System Red Green Blue C M Y K H S L
Decimal 50 41 188 0.73 0.78 0 0.26 243.67 0.64 0.45
Hex 32 29 BC 49 4E 0 1A F4 40 2D
Octal 62 51 274 111 116 0 32 364 100 55
Binary 110010 101001 10111100 1001001 1001110 0 11010 11110100 1000000 101101

Color Harmonies of #3229BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3229BC

Black with #3229BC

Text Example


Text Example

White with #3229BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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