Html Css Color HEX #3A5DCA Free Speech Blue

📋 copy color: '#3A5DCA'

red 58 ◦ green 93 ◦ blue 202

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

Shades of Free Speech Blue #3A5DCA

Tints of Free Speech Blue #3A5DCA

RGB

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

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

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

R = 16.43%
G = 26.35%
B = 57.22%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3A5DCA (or 0x3A5DCA) is known color: Free Speech Blue. HEX triplet: 3A, 5D and CA. RGB value is (58,93,202). Sum of RGB (Red+Green+Blue) = 58+93+202=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A5DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5DCA is #C5A235. Grayscale: #5E5E5E. Windows color (decimal): -12952118 or 13262138. OLE color: 13262138.

HSL color Cylindrical-coordinate representation of color #3A5DCA: hue angle of 225.42º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A5DCA is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 58 93 202 -
CMYK 0.71 0.54 0 0.21
HSL 225.42º 0.58% 0.51% -
HSV(B) 225.42º 0.71% 0.79% -
XYZ 16.32 12.99 57.52 -
YUV 94.96 188.4 101.64 -
System Red Green Blue C M Y K H S L
Decimal 58 93 202 0.71 0.54 0 0.21 225.42 0.58 0.51
Hex 3A 5D CA 47 36 0 15 E1 3A 33
Octal 72 135 312 107 66 0 25 341 72 63
Binary 111010 1011101 11001010 1000111 110110 0 10101 11100001 111010 110011

Color Harmonies of #3A5DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5DCA

Black with #3A5DCA

Text Example


Text Example

White with #3A5DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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