Html Css Color HEX #363FDC Free Speech Blue

📋 copy color: '#363FDC'

red 54 ◦ green 63 ◦ blue 220

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

Shades of Free Speech Blue #363FDC

Tints of Free Speech Blue #363FDC

RGB

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

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

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

R = 16.02%
G = 18.69%
B = 65.28%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#363FDC (or 0x363FDC) is known color: Free Speech Blue. HEX triplet: 36, 3F and DC. RGB value is (54,63,220). Sum of RGB (Red+Green+Blue) = 54+63+220=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #363FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FDC is #C9C023. Grayscale: #4D4D4D. Windows color (decimal): -13221924 or 14434102. OLE color: 14434102.

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

Color convert

RGB 54 63 220 -
CMYK 0.75 0.71 0 0.14
HSL 236.75º 0.7% 0.54% -
HSV(B) 236.75º 0.75% 0.86% -
XYZ 16.22 9.51 68.69 -
YUV 78.21 208.02 110.73 -
System Red Green Blue C M Y K H S L
Decimal 54 63 220 0.75 0.71 0 0.14 236.75 0.7 0.54
Hex 36 3F DC 4B 47 0 E ED 46 36
Octal 66 77 334 113 107 0 16 355 106 66
Binary 110110 111111 11011100 1001011 1000111 0 1110 11101101 1000110 110110

Color Harmonies of #363FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363FDC

Black with #363FDC

Text Example


Text Example

White with #363FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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