Html Css Color HEX #3B2FCE Persian Blue

📋 copy color: '#3B2FCE'

red 59 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #3B2FCE

Tints of Persian Blue #3B2FCE

RGB

 RED value IS 59 (23.44% from 255) = 18.91%

 GREEN value IS 47 (18.75% from 255) = 15.06%

 BLUE value IS 206 (80.86% from 255) = 66.03%

R = 18.91%
G = 15.06%
B = 66.03%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3B2FCE (or 0x3B2FCE) is known color: Persian Blue. HEX triplet: 3B, 2F and CE. RGB value is (59,47,206). Sum of RGB (Red+Green+Blue) = 59+47+206=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #3B2FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2FCE is #C4D031. Grayscale: #444444. Windows color (decimal): -12898354 or 13512507. OLE color: 13512507.

HSL color Cylindrical-coordinate representation of color #3B2FCE: hue angle of 244.53º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B2FCE is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 47 206 -
CMYK 0.71 0.77 0 0.19
HSL 244.53º 0.63% 0.5% -
HSV(B) 244.53º 0.77% 0.81% -
XYZ 13.96 7.42 59.09 -
YUV 68.71 205.48 121.07 -
System Red Green Blue C M Y K H S L
Decimal 59 47 206 0.71 0.77 0 0.19 244.53 0.63 0.5
Hex 3B 2F CE 47 4D 0 13 F5 3F 32
Octal 73 57 316 107 115 0 23 365 77 62
Binary 111011 101111 11001110 1000111 1001101 0 10011 11110101 111111 110010

Color Harmonies of #3B2FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2FCE

Black with #3B2FCE

Text Example


Text Example

White with #3B2FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B2FCE; }

 p { color: rgb(59,47,206); }

 H1.HeaderClassName
 {
   color: #3B2FCE;
 }
 .AnyTagClassName
 {
   color: #3B2FCE;
 }
</style>

background-color css

<style>
 a { background-color: #3B2FCE; }

 a { background-color: rgb(59,47,206); }

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

border-color css

<style>
 span { border-color: #3B2FCE; }

 span { border-color: rgb(59,47,206); }

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