Html Css Color HEX #363ADC Free Speech Blue

📋 copy color: '#363ADC'

red 54 ◦ green 58 ◦ blue 220

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

Shades of Free Speech Blue #363ADC

Tints of Free Speech Blue #363ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.47%

 BLUE value IS 220 (86.33% from 255) = 66.27%

R = 16.27%
G = 17.47%
B = 66.27%

CMYK

 C value IS 0.75

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#363ADC (or 0x363ADC) is known color: Free Speech Blue. HEX triplet: 36, 3A and DC. RGB value is (54,58,220). Sum of RGB (Red+Green+Blue) = 54+58+220=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #363ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ADC is #C9C523. Grayscale: #4A4A4A. Windows color (decimal): -13223204 or 14432822. OLE color: 14432822.

HSL color Cylindrical-coordinate representation of color #363ADC: hue angle of 238.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #363ADC is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 58 220 -
CMYK 0.75 0.74 0 0.14
HSL 238.55º 0.7% 0.54% -
HSV(B) 238.55º 0.75% 0.86% -
XYZ 15.95 8.98 68.6 -
YUV 75.27 209.67 112.83 -
System Red Green Blue C M Y K H S L
Decimal 54 58 220 0.75 0.74 0 0.14 238.55 0.7 0.54
Hex 36 3A DC 4B 4A 0 E EF 46 36
Octal 66 72 334 113 112 0 16 357 106 66
Binary 110110 111010 11011100 1001011 1001010 0 1110 11101111 1000110 110110

Color Harmonies of #363ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363ADC

Black with #363ADC

Text Example


Text Example

White with #363ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,58,220); }

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

background-color css

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

 a { background-color: rgb(54,58,220); }

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

border-color css

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

 span { border-color: rgb(54,58,220); }

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