Html Css Color HEX #3236BB Persian Blue

📋 copy color: '#3236BB'

red 50 ◦ green 54 ◦ blue 187

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

Shades of Persian Blue #3236BB

Tints of Persian Blue #3236BB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.56%

 BLUE value IS 187 (73.44% from 255) = 64.26%

R = 17.18%
G = 18.56%
B = 64.26%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3236BB (or 0x3236BB) is known color: Persian Blue. HEX triplet: 32, 36 and BB. RGB value is (50,54,187). Sum of RGB (Red+Green+Blue) = 50+54+187=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #3236BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3236BB is #CDC944. Grayscale: #434343. Windows color (decimal): -13486405 or 12269106. OLE color: 12269106.

HSL color Cylindrical-coordinate representation of color #3236BB: hue angle of 238.25º 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 #3236BB is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 54 187 -
CMYK 0.73 0.71 0 0.27
HSL 238.25º 0.58% 0.46% -
HSV(B) 238.25º 0.73% 0.73% -
XYZ 11.6 6.9 47.73 -
YUV 67.97 195.17 115.19 -
System Red Green Blue C M Y K H S L
Decimal 50 54 187 0.73 0.71 0 0.27 238.25 0.58 0.46
Hex 32 36 BB 49 47 0 1B EE 3A 2E
Octal 62 66 273 111 107 0 33 356 72 56
Binary 110010 110110 10111011 1001001 1000111 0 11011 11101110 111010 101110

Color Harmonies of #3236BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3236BB

Black with #3236BB

Text Example


Text Example

White with #3236BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3236BB; }

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

 H1.HeaderClassName
 {
   color: #3236BB;
 }
 .AnyTagClassName
 {
   color: #3236BB;
 }
</style>

background-color css

<style>
 a { background-color: #3236BB; }

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

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

border-color css

<style>
 span { border-color: #3236BB; }

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

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