Html Css Color HEX #3A41C0 Free Speech Blue

📋 copy color: '#3A41C0'

red 58 ◦ green 65 ◦ blue 192

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

Shades of Free Speech Blue #3A41C0

Tints of Free Speech Blue #3A41C0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.63%

 BLUE value IS 192 (75.39% from 255) = 60.95%

R = 18.41%
G = 20.63%
B = 60.95%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A41C0 (or 0x3A41C0) is known color: Free Speech Blue. HEX triplet: 3A, 41 and C0. RGB value is (58,65,192). Sum of RGB (Red+Green+Blue) = 58+65+192=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 192 (75.39% from 255 or 60.95% from 315); Max value from RGB is 192 - color contains mainly: blue. Hex color #3A41C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A41C0 is #C5BE3F. Grayscale: #4C4C4C. Windows color (decimal): -12959296 or 12599610. OLE color: 12599610.

HSL color Cylindrical-coordinate representation of color #3A41C0: hue angle of 236.87º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A41C0 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 65 192 -
CMYK 0.70 0.66 0 0.25
HSL 236.87º 0.54% 0.49% -
HSV(B) 236.87º 0.7% 0.75% -
XYZ 13.15 8.49 50.81 -
YUV 77.39 192.68 114.17 -
System Red Green Blue C M Y K H S L
Decimal 58 65 192 0.70 0.66 0 0.25 236.87 0.54 0.49
Hex 3A 41 C0 46 42 0 19 ED 36 31
Octal 72 101 300 106 102 0 31 355 66 61
Binary 111010 1000001 11000000 1000110 1000010 0 11001 11101101 110110 110001

Color Harmonies of #3A41C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A41C0

Black with #3A41C0

Text Example


Text Example

White with #3A41C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,65,192); }

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

background-color css

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

 a { background-color: rgb(58,65,192); }

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

border-color css

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

 span { border-color: rgb(58,65,192); }

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