Html Css Color HEX #363ADB Free Speech Blue

📋 copy color: '#363ADB'

red 54 ◦ green 58 ◦ blue 219

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

Shades of Free Speech Blue #363ADB

Tints of Free Speech Blue #363ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 66.16%

R = 16.31%
G = 17.52%
B = 66.16%

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

#363ADB (or 0x363ADB) is known color: Free Speech Blue. HEX triplet: 36, 3A and DB. RGB value is (54,58,219). Sum of RGB (Red+Green+Blue) = 54+58+219=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #363ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363ADB is #C9C524. Grayscale: #4A4A4A. Windows color (decimal): -13223205 or 14367286. OLE color: 14367286.

HSL color Cylindrical-coordinate representation of color #363ADB: 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 #363ADB is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 58 219 -
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.82 8.92 67.91 -
YUV 75.16 209.17 112.91 -
System Red Green Blue C M Y K H S L
Decimal 54 58 219 0.75 0.74 0 0.14 238.55 0.7 0.54
Hex 36 3A DB 4B 4A 0 E EF 46 36
Octal 66 72 333 113 112 0 16 357 106 66
Binary 110110 111010 11011011 1001011 1001010 0 1110 11101111 1000110 110110

Color Harmonies of #363ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363ADB

Black with #363ADB

Text Example


Text Example

White with #363ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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