Html Css Color HEX #3D46CA Free Speech Blue

📋 copy color: '#3D46CA'

red 61 ◦ green 70 ◦ blue 202

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

Shades of Free Speech Blue #3D46CA

Tints of Free Speech Blue #3D46CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.02%

 BLUE value IS 202 (79.3% from 255) = 60.66%

R = 18.32%
G = 21.02%
B = 60.66%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3D46CA (or 0x3D46CA) is known color: Free Speech Blue. HEX triplet: 3D, 46 and CA. RGB value is (61,70,202). Sum of RGB (Red+Green+Blue) = 61+70+202=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D46CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D46CA is #C2B935. Grayscale: #515151. Windows color (decimal): -12761398 or 13256253. OLE color: 13256253.

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

Color convert

RGB 61 70 202 -
CMYK 0.70 0.65 0 0.21
HSL 236.17º 0.57% 0.52% -
HSV(B) 236.17º 0.7% 0.79% -
XYZ 14.78 9.64 56.96 -
YUV 82.36 195.52 112.77 -
System Red Green Blue C M Y K H S L
Decimal 61 70 202 0.70 0.65 0 0.21 236.17 0.57 0.52
Hex 3D 46 CA 46 41 0 15 EC 39 34
Octal 75 106 312 106 101 0 25 354 71 64
Binary 111101 1000110 11001010 1000110 1000001 0 10101 11101100 111001 110100

Color Harmonies of #3D46CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D46CA

Black with #3D46CA

Text Example


Text Example

White with #3D46CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,70,202); }

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

background-color css

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

 a { background-color: rgb(61,70,202); }

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

border-color css

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

 span { border-color: rgb(61,70,202); }

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