Html Css Color HEX #3240BB Persian Blue

📋 copy color: '#3240BB'

red 50 ◦ green 64 ◦ blue 187

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

Shades of Persian Blue #3240BB

Tints of Persian Blue #3240BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

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

R = 16.61%
G = 21.26%
B = 62.13%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3240BB (or 0x3240BB) is known color: Persian Blue. HEX triplet: 32, 40 and BB. RGB value is (50,64,187). Sum of RGB (Red+Green+Blue) = 50+64+187=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #3240BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3240BB is #CDBF44. Grayscale: #494949. Windows color (decimal): -13483845 or 12271666. OLE color: 12271666.

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

Color convert

RGB 50 64 187 -
CMYK 0.73 0.66 0 0.27
HSL 233.87º 0.58% 0.46% -
HSV(B) 233.87º 0.73% 0.73% -
XYZ 12.12 7.93 47.91 -
YUV 73.84 191.86 111 -
System Red Green Blue C M Y K H S L
Decimal 50 64 187 0.73 0.66 0 0.27 233.87 0.58 0.46
Hex 32 40 BB 49 42 0 1B EA 3A 2E
Octal 62 100 273 111 102 0 33 352 72 56
Binary 110010 1000000 10111011 1001001 1000010 0 11011 11101010 111010 101110

Color Harmonies of #3240BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3240BB

Black with #3240BB

Text Example


Text Example

White with #3240BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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