Html Css Color HEX #363EE1 Free Speech Blue

📋 copy color: '#363EE1'

red 54 ◦ green 62 ◦ blue 225

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

Shades of Free Speech Blue #363EE1

Tints of Free Speech Blue #363EE1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.18%

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

R = 15.84%
G = 18.18%
B = 65.98%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#363EE1 (or 0x363EE1) is known color: Free Speech Blue. HEX triplet: 36, 3E and E1. RGB value is (54,62,225). Sum of RGB (Red+Green+Blue) = 54+62+225=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 225 (88.28% from 255 or 65.98% from 341); Max value from RGB is 225 - color contains mainly: blue. Hex color #363EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363EE1 is #C9C11E. Grayscale: #4D4D4D. Windows color (decimal): -13222175 or 14761526. OLE color: 14761526.

HSL color Cylindrical-coordinate representation of color #363EE1: hue angle of 237.19º 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 #363EE1 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 54 62 225 -
CMYK 0.76 0.72 0 0.12
HSL 237.19º 0.74% 0.55% -
HSV(B) 237.19º 0.76% 0.88% -
XYZ 16.83 9.67 72.21 -
YUV 78.19 210.85 110.75 -
System Red Green Blue C M Y K H S L
Decimal 54 62 225 0.76 0.72 0 0.12 237.19 0.74 0.55
Hex 36 3E E1 4C 48 0 C ED 4A 37
Octal 66 76 341 114 110 0 14 355 112 67
Binary 110110 111110 11100001 1001100 1001000 0 1100 11101101 1001010 110111

Color Harmonies of #363EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363EE1

Black with #363EE1

Text Example


Text Example

White with #363EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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