Html Css Color HEX #3C31DB Free Speech Blue

📋 copy color: '#3C31DB'

red 60 ◦ green 49 ◦ blue 219

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

Shades of Free Speech Blue #3C31DB

Tints of Free Speech Blue #3C31DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 66.77%

R = 18.29%
G = 14.94%
B = 66.77%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C31DB (or 0x3C31DB) is known color: Free Speech Blue. HEX triplet: 3C, 31 and DB. RGB value is (60,49,219). Sum of RGB (Red+Green+Blue) = 60+49+219=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C31DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C31DB is #C3CE24. Grayscale: #474747. Windows color (decimal): -12832293 or 14364988. OLE color: 14364988.

HSL color Cylindrical-coordinate representation of color #3C31DB: hue angle of 243.88º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C31DB is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 49 219 -
CMYK 0.73 0.78 0 0.14
HSL 243.88º 0.7% 0.53% -
HSV(B) 243.88º 0.78% 0.86% -
XYZ 15.75 8.27 67.78 -
YUV 71.67 211.14 119.68 -
System Red Green Blue C M Y K H S L
Decimal 60 49 219 0.73 0.78 0 0.14 243.88 0.7 0.53
Hex 3C 31 DB 49 4E 0 E F4 46 35
Octal 74 61 333 111 116 0 16 364 106 65
Binary 111100 110001 11011011 1001001 1001110 0 1110 11110100 1000110 110101

Color Harmonies of #3C31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C31DB

Black with #3C31DB

Text Example


Text Example

White with #3C31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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