Html Css Color HEX #3D47CE Free Speech Blue

📋 copy color: '#3D47CE'

red 61 ◦ green 71 ◦ blue 206

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

Shades of Free Speech Blue #3D47CE

Tints of Free Speech Blue #3D47CE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

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

R = 18.05%
G = 21.01%
B = 60.95%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3D47CE (or 0x3D47CE) is known color: Free Speech Blue. HEX triplet: 3D, 47 and CE. RGB value is (61,71,206). Sum of RGB (Red+Green+Blue) = 61+71+206=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D47CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D47CE is #C2B831. Grayscale: #525252. Windows color (decimal): -12761138 or 13518653. OLE color: 13518653.

HSL color Cylindrical-coordinate representation of color #3D47CE: hue angle of 235.86º 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 #3D47CE is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 71 206 -
CMYK 0.70 0.66 0 0.19
HSL 235.86º 0.6% 0.52% -
HSV(B) 235.86º 0.7% 0.81% -
XYZ 15.32 9.95 59.51 -
YUV 83.4 197.19 112.02 -
System Red Green Blue C M Y K H S L
Decimal 61 71 206 0.70 0.66 0 0.19 235.86 0.6 0.52
Hex 3D 47 CE 46 42 0 13 EC 3C 34
Octal 75 107 316 106 102 0 23 354 74 64
Binary 111101 1000111 11001110 1000110 1000010 0 10011 11101100 111100 110100

Color Harmonies of #3D47CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D47CE

Black with #3D47CE

Text Example


Text Example

White with #3D47CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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