Html Css Color HEX #3231BE Persian Blue

📋 copy color: '#3231BE'

red 50 ◦ green 49 ◦ blue 190

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

Shades of Persian Blue #3231BE

Tints of Persian Blue #3231BE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.96%

 BLUE value IS 190 (74.61% from 255) = 65.74%

R = 17.3%
G = 16.96%
B = 65.74%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3231BE (or 0x3231BE) is known color: Persian Blue. HEX triplet: 32, 31 and BE. RGB value is (50,49,190). Sum of RGB (Red+Green+Blue) = 50+49+190=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #3231BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3231BE is #CDCE41. Grayscale: #404040. Windows color (decimal): -13487682 or 12464434. OLE color: 12464434.

HSL color Cylindrical-coordinate representation of color #3231BE: hue angle of 240.43º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3231BE is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 49 190 -
CMYK 0.74 0.74 0 0.25
HSL 240.43º 0.59% 0.47% -
HSV(B) 240.43º 0.74% 0.75% -
XYZ 11.71 6.59 49.37 -
YUV 65.37 198.33 117.04 -
System Red Green Blue C M Y K H S L
Decimal 50 49 190 0.74 0.74 0 0.25 240.43 0.59 0.47
Hex 32 31 BE 4A 4A 0 19 F0 3B 2F
Octal 62 61 276 112 112 0 31 360 73 57
Binary 110010 110001 10111110 1001010 1001010 0 11001 11110000 111011 101111

Color Harmonies of #3231BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3231BE

Black with #3231BE

Text Example


Text Example

White with #3231BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3231BE; }

 p { color: rgb(50,49,190); }

 H1.HeaderClassName
 {
   color: #3231BE;
 }
 .AnyTagClassName
 {
   color: #3231BE;
 }
</style>

background-color css

<style>
 a { background-color: #3231BE; }

 a { background-color: rgb(50,49,190); }

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

border-color css

<style>
 span { border-color: #3231BE; }

 span { border-color: rgb(50,49,190); }

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