Html Css Color HEX #363EC1 Free Speech Blue

📋 copy color: '#363EC1'

red 54 ◦ green 62 ◦ blue 193

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

Shades of Free Speech Blue #363EC1

Tints of Free Speech Blue #363EC1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.06%

 BLUE value IS 193 (75.78% from 255) = 62.46%

R = 17.48%
G = 20.06%
B = 62.46%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#363EC1 (or 0x363EC1) is known color: Free Speech Blue. HEX triplet: 36, 3E and C1. RGB value is (54,62,193). Sum of RGB (Red+Green+Blue) = 54+62+193=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 193 (75.78% from 255 or 62.46% from 309); Max value from RGB is 193 - color contains mainly: blue. Hex color #363EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363EC1 is #C9C13E. Grayscale: #4A4A4A. Windows color (decimal): -13222207 or 12664374. OLE color: 12664374.

HSL color Cylindrical-coordinate representation of color #363EC1: hue angle of 236.55º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #363EC1 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 62 193 -
CMYK 0.72 0.68 0 0.24
HSL 236.55º 0.56% 0.48% -
HSV(B) 236.55º 0.72% 0.76% -
XYZ 12.87 8.08 51.33 -
YUV 74.54 194.85 113.35 -
System Red Green Blue C M Y K H S L
Decimal 54 62 193 0.72 0.68 0 0.24 236.55 0.56 0.48
Hex 36 3E C1 48 44 0 18 ED 38 30
Octal 66 76 301 110 104 0 30 355 70 60
Binary 110110 111110 11000001 1001000 1000100 0 11000 11101101 111000 110000

Color Harmonies of #363EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363EC1

Black with #363EC1

Text Example


Text Example

White with #363EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363EC1; }

 p { color: rgb(54,62,193); }

 H1.HeaderClassName
 {
   color: #363EC1;
 }
 .AnyTagClassName
 {
   color: #363EC1;
 }
</style>

background-color css

<style>
 a { background-color: #363EC1; }

 a { background-color: rgb(54,62,193); }

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

border-color css

<style>
 span { border-color: #363EC1; }

 span { border-color: rgb(54,62,193); }

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