Html Css Color HEX #363DC4 Free Speech Blue

📋 copy color: '#363DC4'

red 54 ◦ green 61 ◦ blue 196

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

Shades of Free Speech Blue #363DC4

Tints of Free Speech Blue #363DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 63.02%

R = 17.36%
G = 19.61%
B = 63.02%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#363DC4 (or 0x363DC4) is known color: Free Speech Blue. HEX triplet: 36, 3D and C4. RGB value is (54,61,196). Sum of RGB (Red+Green+Blue) = 54+61+196=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 196 (76.95% from 255 or 63.02% from 311); Max value from RGB is 196 - color contains mainly: blue. Hex color #363DC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DC4 is #C9C23B. Grayscale: #494949. Windows color (decimal): -13222460 or 12860726. OLE color: 12860726.

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

Color convert

RGB 54 61 196 -
CMYK 0.72 0.69 0 0.23
HSL 237.04º 0.57% 0.49% -
HSV(B) 237.04º 0.72% 0.77% -
XYZ 13.15 8.11 53.1 -
YUV 74.3 196.68 113.52 -
System Red Green Blue C M Y K H S L
Decimal 54 61 196 0.72 0.69 0 0.23 237.04 0.57 0.49
Hex 36 3D C4 48 45 0 17 ED 39 31
Octal 66 75 304 110 105 0 27 355 71 61
Binary 110110 111101 11000100 1001000 1000101 0 10111 11101101 111001 110001

Color Harmonies of #363DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DC4

Black with #363DC4

Text Example


Text Example

White with #363DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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