Html Css Color HEX #3C31BA Persian Blue

📋 copy color: '#3C31BA'

red 60 ◦ green 49 ◦ blue 186

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

Shades of Persian Blue #3C31BA

Tints of Persian Blue #3C31BA

RGB

 RED value IS 60 (23.83% from 255) = 20.34%

 GREEN value IS 49 (19.53% from 255) = 16.61%

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

R = 20.34%
G = 16.61%
B = 63.05%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C31BA (or 0x3C31BA) is known color: Persian Blue. HEX triplet: 3C, 31 and BA. RGB value is (60,49,186). Sum of RGB (Red+Green+Blue) = 60+49+186=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C31BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C31BA is #C3CE45. Grayscale: #434343. Windows color (decimal): -12832326 or 12202300. OLE color: 12202300.

HSL color Cylindrical-coordinate representation of color #3C31BA: hue angle of 244.82º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C31BA is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 49 186 -
CMYK 0.68 0.74 0 0.27
HSL 244.82º 0.58% 0.46% -
HSV(B) 244.82º 0.74% 0.73% -
XYZ 11.82 6.7 47.12 -
YUV 67.91 194.64 122.36 -
System Red Green Blue C M Y K H S L
Decimal 60 49 186 0.68 0.74 0 0.27 244.82 0.58 0.46
Hex 3C 31 BA 44 4A 0 1B F5 3A 2E
Octal 74 61 272 104 112 0 33 365 72 56
Binary 111100 110001 10111010 1000100 1001010 0 11011 11110101 111010 101110

Color Harmonies of #3C31BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C31BA

Black with #3C31BA

Text Example


Text Example

White with #3C31BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,49,186); }

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

background-color css

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

 a { background-color: rgb(60,49,186); }

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

border-color css

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

 span { border-color: rgb(60,49,186); }

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