Html Css Color HEX #363CE1 Free Speech Blue

📋 copy color: '#363CE1'

red 54 ◦ green 60 ◦ blue 225

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

Shades of Free Speech Blue #363CE1

Tints of Free Speech Blue #363CE1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.7%

 BLUE value IS 225 (88.28% from 255) = 66.37%

R = 15.93%
G = 17.7%
B = 66.37%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#363CE1 (or 0x363CE1) is known color: Free Speech Blue. HEX triplet: 36, 3C and E1. RGB value is (54,60,225). Sum of RGB (Red+Green+Blue) = 54+60+225=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #363CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CE1 is #C9C31E. Grayscale: #4C4C4C. Windows color (decimal): -13222687 or 14761014. OLE color: 14761014.

HSL color Cylindrical-coordinate representation of color #363CE1: hue angle of 237.89º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #363CE1 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 54 60 225 -
CMYK 0.76 0.73 0 0.12
HSL 237.89º 0.74% 0.55% -
HSV(B) 237.89º 0.76% 0.88% -
XYZ 16.73 9.45 72.18 -
YUV 77.02 211.51 111.58 -
System Red Green Blue C M Y K H S L
Decimal 54 60 225 0.76 0.73 0 0.12 237.89 0.74 0.55
Hex 36 3C E1 4C 49 0 C EE 4A 37
Octal 66 74 341 114 111 0 14 356 112 67
Binary 110110 111100 11100001 1001100 1001001 0 1100 11101110 1001010 110111

Color Harmonies of #363CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363CE1

Black with #363CE1

Text Example


Text Example

White with #363CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,60,225); }

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

background-color css

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

 a { background-color: rgb(54,60,225); }

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

border-color css

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

 span { border-color: rgb(54,60,225); }

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