Html Css Color HEX #3D49CE Free Speech Blue

📋 copy color: '#3D49CE'

red 61 ◦ green 73 ◦ blue 206

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

Shades of Free Speech Blue #3D49CE

Tints of Free Speech Blue #3D49CE

RGB

 RED value IS 61 (24.22% from 255) = 17.94%

 GREEN value IS 73 (28.91% from 255) = 21.47%

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

R = 17.94%
G = 21.47%
B = 60.59%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3D49CE (or 0x3D49CE) is known color: Free Speech Blue. HEX triplet: 3D, 49 and CE. RGB value is (61,73,206). Sum of RGB (Red+Green+Blue) = 61+73+206=340 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.94% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D49CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D49CE is #C2B631. Grayscale: #545454. Windows color (decimal): -12760626 or 13519165. OLE color: 13519165.

HSL color Cylindrical-coordinate representation of color #3D49CE: hue angle of 235.03º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D49CE is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 73 206 -
CMYK 0.70 0.65 0 0.19
HSL 235.03º 0.6% 0.52% -
HSV(B) 235.03º 0.7% 0.81% -
XYZ 15.45 10.21 59.55 -
YUV 84.57 196.52 111.19 -
System Red Green Blue C M Y K H S L
Decimal 61 73 206 0.70 0.65 0 0.19 235.03 0.6 0.52
Hex 3D 49 CE 46 41 0 13 EB 3C 34
Octal 75 111 316 106 101 0 23 353 74 64
Binary 111101 1001001 11001110 1000110 1000001 0 10011 11101011 111100 110100

Color Harmonies of #3D49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D49CE

Black with #3D49CE

Text Example


Text Example

White with #3D49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,73,206); }

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

background-color css

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

 a { background-color: rgb(61,73,206); }

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

border-color css

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

 span { border-color: rgb(61,73,206); }

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