Html Css Color HEX #3C31BC Persian Blue

📋 copy color: '#3C31BC'

red 60 ◦ green 49 ◦ blue 188

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

Shades of Persian Blue #3C31BC

Tints of Persian Blue #3C31BC

RGB

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

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

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

R = 20.2%
G = 16.5%
B = 63.3%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C31BC (or 0x3C31BC) is known color: Persian Blue. HEX triplet: 3C, 31 and BC. RGB value is (60,49,188). Sum of RGB (Red+Green+Blue) = 60+49+188=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C31BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C31BC is #C3CE43. Grayscale: #434343. Windows color (decimal): -12832324 or 12333372. OLE color: 12333372.

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

Color convert

RGB 60 49 188 -
CMYK 0.68 0.74 0 0.26
HSL 244.75º 0.59% 0.46% -
HSV(B) 244.75º 0.74% 0.74% -
XYZ 12.04 6.79 48.25 -
YUV 68.14 195.64 122.2 -
System Red Green Blue C M Y K H S L
Decimal 60 49 188 0.68 0.74 0 0.26 244.75 0.59 0.46
Hex 3C 31 BC 44 4A 0 1A F5 3B 2E
Octal 74 61 274 104 112 0 32 365 73 56
Binary 111100 110001 10111100 1000100 1001010 0 11010 11110101 111011 101110

Color Harmonies of #3C31BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C31BC

Black with #3C31BC

Text Example


Text Example

White with #3C31BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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