Html Css Color HEX #363FD5 Free Speech Blue

📋 copy color: '#363FD5'

red 54 ◦ green 63 ◦ blue 213

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

Shades of Free Speech Blue #363FD5

Tints of Free Speech Blue #363FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 64.55%

R = 16.36%
G = 19.09%
B = 64.55%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#363FD5 (or 0x363FD5) is known color: Free Speech Blue. HEX triplet: 36, 3F and D5. RGB value is (54,63,213). Sum of RGB (Red+Green+Blue) = 54+63+213=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 213 (83.59% from 255 or 64.55% from 330); Max value from RGB is 213 - color contains mainly: blue. Hex color #363FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FD5 is #C9C02A. Grayscale: #4C4C4C. Windows color (decimal): -13221931 or 13975350. OLE color: 13975350.

HSL color Cylindrical-coordinate representation of color #363FD5: hue angle of 236.6º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #363FD5 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 63 213 -
CMYK 0.75 0.70 0 0.16
HSL 236.6º 0.65% 0.52% -
HSV(B) 236.6º 0.75% 0.84% -
XYZ 15.31 9.14 63.91 -
YUV 77.41 204.52 111.3 -
System Red Green Blue C M Y K H S L
Decimal 54 63 213 0.75 0.70 0 0.16 236.6 0.65 0.52
Hex 36 3F D5 4B 46 0 10 ED 41 34
Octal 66 77 325 113 106 0 20 355 101 64
Binary 110110 111111 11010101 1001011 1000110 0 10000 11101101 1000001 110100

Color Harmonies of #363FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363FD5

Black with #363FD5

Text Example


Text Example

White with #363FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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