Html Css Color HEX #3A5CD3 Free Speech Blue

📋 copy color: '#3A5CD3'

red 58 ◦ green 92 ◦ blue 211

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

Shades of Free Speech Blue #3A5CD3

Tints of Free Speech Blue #3A5CD3

RGB

 RED value IS 58 (23.05% from 255) = 16.07%

 GREEN value IS 92 (36.33% from 255) = 25.48%

 BLUE value IS 211 (82.81% from 255) = 58.45%

R = 16.07%
G = 25.48%
B = 58.45%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#3A5CD3 (or 0x3A5CD3) is known color: Free Speech Blue. HEX triplet: 3A, 5C and D3. RGB value is (58,92,211). Sum of RGB (Red+Green+Blue) = 58+92+211=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 211 (82.81% from 255 or 58.45% from 361); Max value from RGB is 211 - color contains mainly: blue. Hex color #3A5CD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5CD3 is #C5A32C. Grayscale: #5E5E5E. Windows color (decimal): -12952365 or 13851706. OLE color: 13851706.

HSL color Cylindrical-coordinate representation of color #3A5CD3: hue angle of 226.67º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A5CD3 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 58 92 211 -
CMYK 0.73 0.56 0 0.17
HSL 226.67º 0.63% 0.53% -
HSV(B) 226.67º 0.73% 0.83% -
XYZ 17.33 13.26 63.27 -
YUV 95.4 193.24 101.32 -
System Red Green Blue C M Y K H S L
Decimal 58 92 211 0.73 0.56 0 0.17 226.67 0.63 0.53
Hex 3A 5C D3 49 38 0 11 E3 3F 35
Octal 72 134 323 111 70 0 21 343 77 65
Binary 111010 1011100 11010011 1001001 111000 0 10001 11100011 111111 110101

Color Harmonies of #3A5CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5CD3

Black with #3A5CD3

Text Example


Text Example

White with #3A5CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,92,211); }

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

background-color css

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

 a { background-color: rgb(58,92,211); }

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

border-color css

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

 span { border-color: rgb(58,92,211); }

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