Html Css Color HEX #3240BC Persian Blue

📋 copy color: '#3240BC'

red 50 ◦ green 64 ◦ blue 188

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

Shades of Persian Blue #3240BC

Tints of Persian Blue #3240BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.25%

R = 16.56%
G = 21.19%
B = 62.25%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3240BC (or 0x3240BC) is known color: Persian Blue. HEX triplet: 32, 40 and BC. RGB value is (50,64,188). Sum of RGB (Red+Green+Blue) = 50+64+188=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #3240BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3240BC is #CDBF43. Grayscale: #494949. Windows color (decimal): -13483844 or 12337202. OLE color: 12337202.

HSL color Cylindrical-coordinate representation of color #3240BC: hue angle of 233.91º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3240BC is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 64 188 -
CMYK 0.73 0.66 0 0.26
HSL 233.91º 0.58% 0.47% -
HSV(B) 233.91º 0.73% 0.74% -
XYZ 12.23 7.98 48.47 -
YUV 73.95 192.36 110.92 -
System Red Green Blue C M Y K H S L
Decimal 50 64 188 0.73 0.66 0 0.26 233.91 0.58 0.47
Hex 32 40 BC 49 42 0 1A EA 3A 2F
Octal 62 100 274 111 102 0 32 352 72 57
Binary 110010 1000000 10111100 1001001 1000010 0 11010 11101010 111010 101111

Color Harmonies of #3240BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3240BC

Black with #3240BC

Text Example


Text Example

White with #3240BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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