Html Css Color HEX #3640BC Free Speech Blue

📋 copy color: '#3640BC'

red 54 ◦ green 64 ◦ blue 188

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

Shades of Free Speech Blue #3640BC

Tints of Free Speech Blue #3640BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.92%

 BLUE value IS 188 (73.83% from 255) = 61.44%

R = 17.65%
G = 20.92%
B = 61.44%

CMYK

 C value IS 0.71

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3640BC (or 0x3640BC) is known color: Free Speech Blue. HEX triplet: 36, 40 and BC. RGB value is (54,64,188). Sum of RGB (Red+Green+Blue) = 54+64+188=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #3640BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3640BC is #C9BF43. Grayscale: #4A4A4A. Windows color (decimal): -13221700 or 12337206. OLE color: 12337206.

HSL color Cylindrical-coordinate representation of color #3640BC: hue angle of 235.52º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3640BC is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 64 188 -
CMYK 0.71 0.66 0 0.26
HSL 235.52º 0.55% 0.47% -
HSV(B) 235.52º 0.71% 0.74% -
XYZ 12.43 8.08 48.48 -
YUV 75.15 191.69 112.92 -
System Red Green Blue C M Y K H S L
Decimal 54 64 188 0.71 0.66 0 0.26 235.52 0.55 0.47
Hex 36 40 BC 47 42 0 1A EC 37 2F
Octal 66 100 274 107 102 0 32 354 67 57
Binary 110110 1000000 10111100 1000111 1000010 0 11010 11101100 110111 101111

Color Harmonies of #3640BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3640BC

Black with #3640BC

Text Example


Text Example

White with #3640BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3640BC; }

 p { color: rgb(54,64,188); }

 H1.HeaderClassName
 {
   color: #3640BC;
 }
 .AnyTagClassName
 {
   color: #3640BC;
 }
</style>

background-color css

<style>
 a { background-color: #3640BC; }

 a { background-color: rgb(54,64,188); }

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

border-color css

<style>
 span { border-color: #3640BC; }

 span { border-color: rgb(54,64,188); }

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