Html Css Color HEX #363FC1 Free Speech Blue

📋 copy color: '#363FC1'

red 54 ◦ green 63 ◦ blue 193

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

Shades of Free Speech Blue #363FC1

Tints of Free Speech Blue #363FC1

RGB

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

 GREEN value IS 63 (25% from 255) = 20.32%

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

R = 17.42%
G = 20.32%
B = 62.26%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#363FC1 (or 0x363FC1) is known color: Free Speech Blue. HEX triplet: 36, 3F and C1. RGB value is (54,63,193). Sum of RGB (Red+Green+Blue) = 54+63+193=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 193 (75.78% from 255 or 62.26% from 310); Max value from RGB is 193 - color contains mainly: blue. Hex color #363FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FC1 is #C9C03E. Grayscale: #4A4A4A. Windows color (decimal): -13221951 or 12664630. OLE color: 12664630.

HSL color Cylindrical-coordinate representation of color #363FC1: hue angle of 236.12º 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 #363FC1 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 63 193 -
CMYK 0.72 0.67 0 0.24
HSL 236.12º 0.56% 0.48% -
HSV(B) 236.12º 0.72% 0.76% -
XYZ 12.92 8.19 51.35 -
YUV 75.13 194.52 112.93 -
System Red Green Blue C M Y K H S L
Decimal 54 63 193 0.72 0.67 0 0.24 236.12 0.56 0.48
Hex 36 3F C1 48 43 0 18 EC 38 30
Octal 66 77 301 110 103 0 30 354 70 60
Binary 110110 111111 11000001 1001000 1000011 0 11000 11101100 111000 110000

Color Harmonies of #363FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363FC1

Black with #363FC1

Text Example


Text Example

White with #363FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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