Html Css Color HEX #363ADD Free Speech Blue

📋 copy color: '#363ADD'

red 54 ◦ green 58 ◦ blue 221

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

Shades of Free Speech Blue #363ADD

Tints of Free Speech Blue #363ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.37%

R = 16.22%
G = 17.42%
B = 66.37%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#363ADD (or 0x363ADD) is known color: Free Speech Blue. HEX triplet: 36, 3A and DD. RGB value is (54,58,221). Sum of RGB (Red+Green+Blue) = 54+58+221=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #363ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ADD is #C9C522. Grayscale: #4A4A4A. Windows color (decimal): -13223203 or 14498358. OLE color: 14498358.

HSL color Cylindrical-coordinate representation of color #363ADD: hue angle of 238.56º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #363ADD is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 58 221 -
CMYK 0.76 0.74 0 0.13
HSL 238.56º 0.71% 0.54% -
HSV(B) 238.56º 0.76% 0.87% -
XYZ 16.09 9.03 69.3 -
YUV 75.39 210.17 112.75 -
System Red Green Blue C M Y K H S L
Decimal 54 58 221 0.76 0.74 0 0.13 238.56 0.71 0.54
Hex 36 3A DD 4C 4A 0 D EF 47 36
Octal 66 72 335 114 112 0 15 357 107 66
Binary 110110 111010 11011101 1001100 1001010 0 1101 11101111 1000111 110110

Color Harmonies of #363ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363ADD

Black with #363ADD

Text Example


Text Example

White with #363ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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