Html Css Color HEX #3240BA Persian Blue

📋 copy color: '#3240BA'

red 50 ◦ green 64 ◦ blue 186

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

Shades of Persian Blue #3240BA

Tints of Persian Blue #3240BA

RGB

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

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

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

R = 16.67%
G = 21.33%
B = 62%

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

#3240BA (or 0x3240BA) is known color: Persian Blue. HEX triplet: 32, 40 and BA. RGB value is (50,64,186). Sum of RGB (Red+Green+Blue) = 50+64+186=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #3240BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3240BA is #CDBF45. Grayscale: #494949. Windows color (decimal): -13483846 or 12206130. OLE color: 12206130.

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

Color convert

RGB 50 64 186 -
CMYK 0.73 0.66 0 0.27
HSL 233.82º 0.58% 0.46% -
HSV(B) 233.82º 0.73% 0.73% -
XYZ 12.01 7.89 47.34 -
YUV 73.72 191.36 111.08 -
System Red Green Blue C M Y K H S L
Decimal 50 64 186 0.73 0.66 0 0.27 233.82 0.58 0.46
Hex 32 40 BA 49 42 0 1B EA 3A 2E
Octal 62 100 272 111 102 0 33 352 72 56
Binary 110010 1000000 10111010 1001001 1000010 0 11011 11101010 111010 101110

Color Harmonies of #3240BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3240BA

Black with #3240BA

Text Example


Text Example

White with #3240BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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