Html Css Color HEX #363DD8 Free Speech Blue

📋 copy color: '#363DD8'

red 54 ◦ green 61 ◦ blue 216

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

Shades of Free Speech Blue #363DD8

Tints of Free Speech Blue #363DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 65.26%

R = 16.31%
G = 18.43%
B = 65.26%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#363DD8 (or 0x363DD8) is known color: Free Speech Blue. HEX triplet: 36, 3D and D8. RGB value is (54,61,216). Sum of RGB (Red+Green+Blue) = 54+61+216=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 216 (84.77% from 255 or 65.26% from 331); Max value from RGB is 216 - color contains mainly: blue. Hex color #363DD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DD8 is #C9C227. Grayscale: #4B4B4B. Windows color (decimal): -13222440 or 14171446. OLE color: 14171446.

HSL color Cylindrical-coordinate representation of color #363DD8: hue angle of 237.41º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #363DD8 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 61 216 -
CMYK 0.75 0.72 0 0.15
HSL 237.41º 0.68% 0.53% -
HSV(B) 237.41º 0.75% 0.85% -
XYZ 15.58 9.08 65.9 -
YUV 76.58 206.68 111.9 -
System Red Green Blue C M Y K H S L
Decimal 54 61 216 0.75 0.72 0 0.15 237.41 0.68 0.53
Hex 36 3D D8 4B 48 0 F ED 44 35
Octal 66 75 330 113 110 0 17 355 104 65
Binary 110110 111101 11011000 1001011 1001000 0 1111 11101101 1000100 110101

Color Harmonies of #363DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DD8

Black with #363DD8

Text Example


Text Example

White with #363DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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