Html Css Color HEX #3832BE Persian Blue

📋 copy color: '#3832BE'

red 56 ◦ green 50 ◦ blue 190

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

Shades of Persian Blue #3832BE

Tints of Persian Blue #3832BE

RGB

 RED value IS 56 (22.27% from 255) = 18.92%

 GREEN value IS 50 (19.92% from 255) = 16.89%

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

R = 18.92%
G = 16.89%
B = 64.19%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3832BE (or 0x3832BE) is known color: Persian Blue. HEX triplet: 38, 32 and BE. RGB value is (56,50,190). Sum of RGB (Red+Green+Blue) = 56+50+190=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #3832BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3832BE is #C7CD41. Grayscale: #434343. Windows color (decimal): -13094210 or 12464696. OLE color: 12464696.

HSL color Cylindrical-coordinate representation of color #3832BE: hue angle of 242.57º degrees, saturation: 0.58, 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 #3832BE is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 50 190 -
CMYK 0.71 0.74 0 0.25
HSL 242.57º 0.58% 0.47% -
HSV(B) 242.57º 0.74% 0.75% -
XYZ 12.07 6.84 49.4 -
YUV 67.75 196.99 119.62 -
System Red Green Blue C M Y K H S L
Decimal 56 50 190 0.71 0.74 0 0.25 242.57 0.58 0.47
Hex 38 32 BE 47 4A 0 19 F3 3A 2F
Octal 70 62 276 107 112 0 31 363 72 57
Binary 111000 110010 10111110 1000111 1001010 0 11001 11110011 111010 101111

Color Harmonies of #3832BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3832BE

Black with #3832BE

Text Example


Text Example

White with #3832BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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