Html Css Color HEX #363DC6 Free Speech Blue

📋 copy color: '#363DC6'

red 54 ◦ green 61 ◦ blue 198

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

Shades of Free Speech Blue #363DC6

Tints of Free Speech Blue #363DC6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.49%

 BLUE value IS 198 (77.73% from 255) = 63.26%

R = 17.25%
G = 19.49%
B = 63.26%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#363DC6 (or 0x363DC6) is known color: Free Speech Blue. HEX triplet: 36, 3D and C6. RGB value is (54,61,198). Sum of RGB (Red+Green+Blue) = 54+61+198=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 198 (77.73% from 255 or 63.26% from 313); Max value from RGB is 198 - color contains mainly: blue. Hex color #363DC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DC6 is #C9C239. Grayscale: #494949. Windows color (decimal): -13222458 or 12991798. OLE color: 12991798.

HSL color Cylindrical-coordinate representation of color #363DC6: hue angle of 237.08º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #363DC6 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 54 61 198 -
CMYK 0.73 0.69 0 0.22
HSL 237.08º 0.57% 0.49% -
HSV(B) 237.08º 0.73% 0.78% -
XYZ 13.38 8.2 54.3 -
YUV 74.53 197.68 113.36 -
System Red Green Blue C M Y K H S L
Decimal 54 61 198 0.73 0.69 0 0.22 237.08 0.57 0.49
Hex 36 3D C6 49 45 0 16 ED 39 31
Octal 66 75 306 111 105 0 26 355 71 61
Binary 110110 111101 11000110 1001001 1000101 0 10110 11101101 111001 110001

Color Harmonies of #363DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DC6

Black with #363DC6

Text Example


Text Example

White with #363DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,61,198); }

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

background-color css

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

 a { background-color: rgb(54,61,198); }

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

border-color css

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

 span { border-color: rgb(54,61,198); }

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