Html Css Color HEX #3641E1 Free Speech Blue

📋 copy color: '#3641E1'

red 54 ◦ green 65 ◦ blue 225

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

Shades of Free Speech Blue #3641E1

Tints of Free Speech Blue #3641E1

RGB

 RED value IS 54 (21.48% from 255) = 15.7%

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

 BLUE value IS 225 (88.28% from 255) = 65.41%

R = 15.7%
G = 18.9%
B = 65.41%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3641E1 (or 0x3641E1) is known color: Free Speech Blue. HEX triplet: 36, 41 and E1. RGB value is (54,65,225). Sum of RGB (Red+Green+Blue) = 54+65+225=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 225 (88.28% from 255 or 65.41% from 344); Max value from RGB is 225 - color contains mainly: blue. Hex color #3641E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3641E1 is #C9BE1E. Grayscale: #4F4F4F. Windows color (decimal): -13221407 or 14762294. OLE color: 14762294.

HSL color Cylindrical-coordinate representation of color #3641E1: hue angle of 236.14º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3641E1 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 54 65 225 -
CMYK 0.76 0.71 0 0.12
HSL 236.14º 0.74% 0.55% -
HSV(B) 236.14º 0.76% 0.88% -
XYZ 17 10 72.27 -
YUV 79.95 209.86 109.49 -
System Red Green Blue C M Y K H S L
Decimal 54 65 225 0.76 0.71 0 0.12 236.14 0.74 0.55
Hex 36 41 E1 4C 47 0 C EC 4A 37
Octal 66 101 341 114 107 0 14 354 112 67
Binary 110110 1000001 11100001 1001100 1000111 0 1100 11101100 1001010 110111

Color Harmonies of #3641E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3641E1

Black with #3641E1

Text Example


Text Example

White with #3641E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3641E1; }

 p { color: rgb(54,65,225); }

 H1.HeaderClassName
 {
   color: #3641E1;
 }
 .AnyTagClassName
 {
   color: #3641E1;
 }
</style>

background-color css

<style>
 a { background-color: #3641E1; }

 a { background-color: rgb(54,65,225); }

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

border-color css

<style>
 span { border-color: #3641E1; }

 span { border-color: rgb(54,65,225); }

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