Html Css Color HEX #3A5DCD Free Speech Blue

📋 copy color: '#3A5DCD'

red 58 ◦ green 93 ◦ blue 205

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

Shades of Free Speech Blue #3A5DCD

Tints of Free Speech Blue #3A5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.12%

 BLUE value IS 205 (80.47% from 255) = 57.58%

R = 16.29%
G = 26.12%
B = 57.58%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A5DCD (or 0x3A5DCD) is known color: Free Speech Blue. HEX triplet: 3A, 5D and CD. RGB value is (58,93,205). Sum of RGB (Red+Green+Blue) = 58+93+205=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A5DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5DCD is #C5A232. Grayscale: #5E5E5E. Windows color (decimal): -12952115 or 13458746. OLE color: 13458746.

HSL color Cylindrical-coordinate representation of color #3A5DCD: hue angle of 225.71º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A5DCD is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 93 205 -
CMYK 0.72 0.55 0 0.20
HSL 225.71º 0.6% 0.52% -
HSV(B) 225.71º 0.72% 0.8% -
XYZ 16.68 13.14 59.41 -
YUV 95.3 189.9 101.39 -
System Red Green Blue C M Y K H S L
Decimal 58 93 205 0.72 0.55 0 0.20 225.71 0.6 0.52
Hex 3A 5D CD 48 37 0 14 E2 3C 34
Octal 72 135 315 110 67 0 24 342 74 64
Binary 111010 1011101 11001101 1001000 110111 0 10100 11100010 111100 110100

Color Harmonies of #3A5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5DCD

Black with #3A5DCD

Text Example


Text Example

White with #3A5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,93,205); }

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

background-color css

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

 a { background-color: rgb(58,93,205); }

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

border-color css

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

 span { border-color: rgb(58,93,205); }

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