Html Css Color HEX #3A50CE Free Speech Blue

📋 copy color: '#3A50CE'

red 58 ◦ green 80 ◦ blue 206

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

Shades of Free Speech Blue #3A50CE

Tints of Free Speech Blue #3A50CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

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

R = 16.86%
G = 23.26%
B = 59.88%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A50CE (or 0x3A50CE) is known color: Free Speech Blue. HEX triplet: 3A, 50 and CE. RGB value is (58,80,206). Sum of RGB (Red+Green+Blue) = 58+80+206=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A50CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A50CE is #C5AF31. Grayscale: #575757. Windows color (decimal): -12955442 or 13520954. OLE color: 13520954.

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

Color convert

RGB 58 80 206 -
CMYK 0.72 0.61 0 0.19
HSL 231.08º 0.6% 0.52% -
HSV(B) 231.08º 0.72% 0.81% -
XYZ 15.75 11.09 59.7 -
YUV 87.79 194.71 106.75 -
System Red Green Blue C M Y K H S L
Decimal 58 80 206 0.72 0.61 0 0.19 231.08 0.6 0.52
Hex 3A 50 CE 48 3D 0 13 E7 3C 34
Octal 72 120 316 110 75 0 23 347 74 64
Binary 111010 1010000 11001110 1001000 111101 0 10011 11100111 111100 110100

Color Harmonies of #3A50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A50CE

Black with #3A50CE

Text Example


Text Example

White with #3A50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,80,206); }

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

background-color css

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

 a { background-color: rgb(58,80,206); }

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

border-color css

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

 span { border-color: rgb(58,80,206); }

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