Html Css Color HEX #3632BA Persian Blue

📋 copy color: '#3632BA'

red 54 ◦ green 50 ◦ blue 186

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

Shades of Persian Blue #3632BA

Tints of Persian Blue #3632BA

RGB

 RED value IS 54 (21.48% from 255) = 18.62%

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

 BLUE value IS 186 (73.05% from 255) = 64.14%

R = 18.62%
G = 17.24%
B = 64.14%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3632BA (or 0x3632BA) is known color: Persian Blue. HEX triplet: 36, 32 and BA. RGB value is (54,50,186). Sum of RGB (Red+Green+Blue) = 54+50+186=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #3632BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3632BA is #C9CD45. Grayscale: #424242. Windows color (decimal): -13225286 or 12202550. OLE color: 12202550.

HSL color Cylindrical-coordinate representation of color #3632BA: hue angle of 241.76º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3632BA is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 50 186 -
CMYK 0.71 0.73 0 0.27
HSL 241.76º 0.58% 0.46% -
HSV(B) 241.76º 0.73% 0.73% -
XYZ 11.52 6.61 47.12 -
YUV 66.7 195.33 118.94 -
System Red Green Blue C M Y K H S L
Decimal 54 50 186 0.71 0.73 0 0.27 241.76 0.58 0.46
Hex 36 32 BA 47 49 0 1B F2 3A 2E
Octal 66 62 272 107 111 0 33 362 72 56
Binary 110110 110010 10111010 1000111 1001001 0 11011 11110010 111010 101110

Color Harmonies of #3632BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3632BA

Black with #3632BA

Text Example


Text Example

White with #3632BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3632BA; }

 p { color: rgb(54,50,186); }

 H1.HeaderClassName
 {
   color: #3632BA;
 }
 .AnyTagClassName
 {
   color: #3632BA;
 }
</style>

background-color css

<style>
 a { background-color: #3632BA; }

 a { background-color: rgb(54,50,186); }

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

border-color css

<style>
 span { border-color: #3632BA; }

 span { border-color: rgb(54,50,186); }

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